UCOMIConnectionPointContainer.EnumConnectionPoints 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建在可连接对象中支持的所有连接点的枚举数,每个 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
在成功返回时包含枚举数的接口指针。
注解
有关详细信息,请参阅 MSDN 库中的现有文档 IConnectionPointContainer::EnumConnectionPoints
。