IBindStatusCallback 接口

提供有关并定义监视的异步绑定操作回调方法。 有关更多信息,请参见About Cooperative and Asynchronous Data Retrieval和 IBindStatusCallback。

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")> _
<InterfaceTypeAttribute()> _
Public Interface IBindStatusCallback
[GuidAttribute("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceTypeAttribute()]
public interface IBindStatusCallback

IBindStatusCallback 类型公开以下成员。

方法

  名称 说明
公共方法 GetBindInfo
公共方法 GetPriority
公共方法 OnDataAvailable
公共方法 OnLowResource
公共方法 OnObjectAvailable
公共方法 OnProgress
公共方法 OnStartBinding
公共方法 OnStopBinding

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间