IBindStatusCallback Interface
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
'Declaración
<GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")> _
<InterfaceTypeAttribute()> _
Public Interface IBindStatusCallback
[GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface IBindStatusCallback
The IBindStatusCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetBindInfo | ||
GetPriority | ||
OnDataAvailable | ||
OnLowResource | ||
OnObjectAvailable | ||
OnProgress | ||
OnStartBinding | ||
OnStopBinding |
Top