UCOMIConnectionPoint 接口

定义

注意

Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202

请改用 IConnectionPoint

public interface class UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIConnectionPoint = interface
Public Interface UCOMIConnectionPoint
属性

注解

有关详细信息,请参阅 MSDN 库的 com 子文件夹中的现有文档 IConnectionPoint

方法

Advise(Object, Int32)
已过时.

在连接点和调用方的接收器对象之间建立一个通知连接。

EnumConnections(UCOMIEnumConnections)
已过时.

创建枚举数对象,以便循环访问到此连接点的现有连接。

GetConnectionInterface(Guid)
已过时.

返回由此连接点管理的输出接口的 IID。

GetConnectionPointContainer(UCOMIConnectionPointContainer)
已过时.

检索指向在概念上拥有此连接点的可连接对象的 IConnectionPointContainer 接口指针。

Unadvise(Int32)
已过时.

终止先前通过 Advise(Object, Int32) 建立的通知连接。

适用于