IConnectionPoint 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 IConnectionPoint
接口的托管定义。
public interface class IConnectionPoint
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IConnectionPoint
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
public interface IConnectionPoint
public interface IConnectionPoint
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IConnectionPoint = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
type IConnectionPoint = interface
type IConnectionPoint = interface
Public Interface IConnectionPoint
- 属性
注解
有关详细信息,请参阅 MSDN 库中 的现有文档 IConnectionPoint
。
当本机代码中的 COM 方法返回 HRESULT 时,公共语言运行时将引发异常。 有关更多信息,请参见 How to: Map HRESULTs and Exceptions。
方法
Advise(Object, Int32) |
在连接点和调用方的接收器对象之间建立一个通知连接。 |
EnumConnections(IEnumConnections) |
创建枚举数对象,以便循环访问到此连接点的现有连接。 |
GetConnectionInterface(Guid) |
返回由此连接点管理的输出接口的 IID。 |
GetConnectionPointContainer(IConnectionPointContainer) |
检索指向在概念上拥有此连接点的可连接对象的 |
Unadvise(Int32) |
终止先前通过 Advise(Object, Int32) 方法建立的顾问连接。 |