Share via


IConnectionPointContainer.FindConnectionPoint(Guid, IConnectionPoint) メソッド

定義

特定の IID のコネクション ポイントが存在するかどうかを接続可能オブジェクトに確認し、存在する場合はそのコネクション ポイントへの IConnectionPoint インターフェイス ポインターを返します。

public:
 void FindConnectionPoint(Guid % riid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IConnectionPoint ^ % ppCP);
public void FindConnectionPoint (ref Guid riid, out System.Runtime.InteropServices.ComTypes.IConnectionPoint ppCP);
public void FindConnectionPoint (ref Guid riid, out System.Runtime.InteropServices.ComTypes.IConnectionPoint? ppCP);
abstract member FindConnectionPoint : Guid * IConnectionPoint -> unit
Public Sub FindConnectionPoint (ByRef riid As Guid, ByRef ppCP As IConnectionPoint)

パラメーター

riid
Guid

コネクション ポイントを要求しているアウトゴーイング インターフェイス IID への参照。

ppCP
IConnectionPoint

このメソッドが返されるときに、アウトゴーイング インターフェイス riid を管理するコネクション ポイントを格納します。 このパラメーターは初期化せずに渡されます。

注釈

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

適用対象