Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about and defines callback methods for monitoring an asynchronous binding operation. For more information, see About Cooperative and Asynchronous Data Retrieval and IBindStatusCallback.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")> _
<InterfaceTypeAttribute()> _
Public Interface IBindStatusCallback
[GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface IBindStatusCallback
[GuidAttribute(L"79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface class IBindStatusCallback
[<GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")>]
[<InterfaceTypeAttribute()>]
type IBindStatusCallback = interface end
public interface IBindStatusCallback
The IBindStatusCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetBindInfo | |
![]() |
GetPriority | |
![]() |
OnDataAvailable | |
![]() |
OnLowResource | |
![]() |
OnObjectAvailable | |
![]() |
OnProgress | |
![]() |
OnStartBinding | |
![]() |
OnStopBinding |
Top