Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
.gif)