This documentation is archived and is not being maintained.
IBindStatusCallback Interface
Provides information about and defines callback methods for monitoring an asynchronous binding operation. For more information, see and .ibindstatuscallback data_retrieval
Namespace:
Microsoft.VisualStudio.OLE.Interop Assembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B" )]
[InterfaceTypeAttribute(1)]
public interface IBindStatusCallback
Name Description GetBindInfo(UInt32, BINDINFO[]) GetPriority(Int32) OnDataAvailable(UInt32, UInt32, FORMATETC[], STGMEDIUM[]) OnLowResource(UInt32) OnObjectAvailable(Guid, Object) OnProgress(UInt32, UInt32, UInt32, String) OnStartBinding(UInt32, IBinding) OnStopBinding(Int32, String)
Return to top