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
[GuidAttribute("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface IBinding
[GuidAttribute(L"79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface class IBinding
[<GuidAttribute("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")>]
[<InterfaceTypeAttribute()>]
type IBinding =  interface end
public interface IBinding

The IBinding type exposes the following members.

Methods

  Name Description
Public method Abort
Public method GetBindResult
Public method GetPriority
Public method Resume
Public method SetPriority
Public method Suspend

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace