IConnectionPoint.GetConnectionPointContainer メソッド

定義

概念上このコネクション ポイントを所有している接続可能オブジェクトへの 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)

パラメーター

ppCPC
IConnectionPointContainer

このパラメーターが返されるときに、接続可能オブジェクトの IConnectionPointContainer インターフェイスを格納します。 このパラメーターは初期化せずに渡されます。

注釈

詳細については、MSDN ライブラリの既存の IConnectionPoint::GetConnectionPointContainer ドキュメントを参照してください。

適用対象