IBinding Interface

Enables a client program using an asynchronous moniker to control the progress of a bind operation. Used as an argument in the OnStartBinding method of the IBindStatusCallback interface. For more information, see IBinding 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
<GuidAttribute("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")> _
<InterfaceTypeAttribute()> _
Public Interface IBinding
'Usage
Dim instance As IBinding
[GuidAttribute("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface IBinding
[GuidAttribute(L"79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface class IBinding
public interface IBinding

See Also

Reference

IBinding Members

Microsoft.VisualStudio.OLE.Interop Namespace