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
'Usage
Dim instance As IBindHost
[InterfaceTypeAttribute()]
[GuidAttribute("FC4801A1-2BA9-11CF-A229-00AA003D7352")]
public interface IBindHost
[InterfaceTypeAttribute()]
[GuidAttribute(L"FC4801A1-2BA9-11CF-A229-00AA003D7352")]
public interface class IBindHost
public interface IBindHost

See Also

Reference

IBindHost Members

Microsoft.VisualStudio.OLE.Interop Namespace