IConnectionPointContainer.FindConnectionPoint(Guid, IConnectionPoint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の 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
ドキュメントを参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET