IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints) 方法

定义

创建在可连接对象中支持的所有连接点的枚举数,每个 IID 一个连接点。

public:
 void EnumConnectionPoints([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IEnumConnectionPoints ^ % ppEnum);
public void EnumConnectionPoints (out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppEnum);
abstract member EnumConnectionPoints : IEnumConnectionPoints -> unit
Public Sub EnumConnectionPoints (ByRef ppEnum As IEnumConnectionPoints)

参数

ppEnum
IEnumConnectionPoints

此方法返回时,包含枚举数的接口指针。 此参数未经初始化即被传递。

注解

有关详细信息,请参阅 MSDN 库中的现有文档 IConnectionPointContainer::EnumConnectionPoints

适用于