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