UCOMIConnectionPoint.GetConnectionPointContainer(UCOMIConnectionPointContainer) 方法

定义

检索指向在概念上拥有此连接点的可连接对象的 IConnectionPointContainer 接口指针。Retrieves the IConnectionPointContainer interface pointer to the connectable object that conceptually owns this connection point.

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)

参数

ppCPC
UCOMIConnectionPointContainer

在成功返回时包含可连接对象的 IConnectionPointContainer 接口。On successful return, contains the connectable object's IConnectionPointContainer interface.

注解

有关详细信息,请参阅 IConnectionPoint::GetConnectionPointContainer MSDN library 中的现有文档。For more information, please see the existing documentation for IConnectionPoint::GetConnectionPointContainer in the MSDN library.

适用于