IBindHost Interface
Implemented by a container to enable hosted objects to do asynchronous data transfers through the container. For more information, see IBindHost and About Cooperative and Asynchronous Data Retrieval.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("FC4801A1-2BA9-11CF-A229-00AA003D7352")> _
Public Interface IBindHost
[InterfaceTypeAttribute()]
[GuidAttribute("FC4801A1-2BA9-11CF-A229-00AA003D7352")]
public interface IBindHost
[InterfaceTypeAttribute()]
[GuidAttribute(L"FC4801A1-2BA9-11CF-A229-00AA003D7352")]
public interface class IBindHost
[<InterfaceTypeAttribute()>]
[<GuidAttribute("FC4801A1-2BA9-11CF-A229-00AA003D7352")>]
type IBindHost = interface end
public interface IBindHost
The IBindHost type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateMoniker | ||
MonikerBindToObject | ||
MonikerBindToStorage |
Top