UCOMIConnectionPoint.GetConnectionPointContainer 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指向在概念上拥有此连接点的可连接对象的 IConnectionPointContainer
接口指针。
public:
void GetConnectionPointContainer([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIConnectionPointContainer ^ % ppCPC);
public void GetConnectionPointContainer (out System.Runtime.InteropServices.UCOMIConnectionPointContainer ppCPC);
abstract member GetConnectionPointContainer : UCOMIConnectionPointContainer -> unit
Public Sub GetConnectionPointContainer (ByRef ppCPC As UCOMIConnectionPointContainer)
参数
在成功返回时包含可连接对象的 IConnectionPointContainer
接口。
注解
有关详细信息,请参阅 MSDN 库中的现有文档 IConnectionPoint::GetConnectionPointContainer
。