IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建在可连接对象中支持的所有连接点的枚举数,每个 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
。