UCOMIConnectionPointContainer.EnumConnectionPoints 方法

定义

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

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

参数

ppEnum
UCOMIEnumConnectionPoints

在成功返回时包含枚举数的接口指针。

注解

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

适用于