IEnumConnections 接口

定义

枚举可连接对象上的连接点。 IConnectionPointContainer 提供 IEnumConnectionPoints 接口; IConnectionPoint 提供 IEnumConnections 接口。 有关详细信息,请参阅 IEnumConnectionPoints 和 IEnumConnections。

public interface class IEnumConnections
public interface class IEnumConnections
__interface IEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumConnections = interface
Public Interface IEnumConnections
属性

方法

Clone(IEnumConnections)
Next(UInt32, CONNECTDATA[], UInt32)
Reset()
Skip(UInt32)

适用于