IEnumConnectionPoints 接口 (ocidl.h)

枚举连接点。

继承

IEnumConnectionPoints 接口继承自 IUnknown 接口。 IEnumConnectionPoints 还具有以下类型的成员:

方法

IEnumConnectionPoints 接口包含以下方法。

 
IEnumConnectionPoints::Clone

创建与当前枚举数包含相同枚举状态的一个新枚举数。 (IEnumConnectionPoints.Clone)
IEnumConnectionPoints::Next

检索枚举序列中指定数量的项。 (IEnumConnectionPoints.Next)
IEnumConnectionPoints::Reset

将枚举序列重置到开头。 (IEnumConnectionPoints.Reset)
IEnumConnectionPoints::Skip

跳过枚举序列中指定数量的项。 (IEnumConnectionPoints.Skip)

注解

可连接对象支持以下功能:

  • 传出接口,例如事件集
  • 枚举传出接口的 IID 的功能
  • 为那些传出 IID 连接和断开与对象的接收器连接和断开连接的功能
  • 枚举到特定传出接口的连接的功能

要求

要求
最低受支持的客户端 Windows 2000 专业版 [桌面应用 |UWP 应用]
最低受支持的服务器 Windows 2000 Server [桌面应用 |UWP 应用]
目标平台 Windows
标头 ocidl.h (包括 ObjIdl.h)

另请参阅

IConnectionPoint

IConnectionPointContainer

IEnumConnections