UCOMIConnectionPointContainer.FindConnectionPoint メソッド

定義

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

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

パラメーター

riid
Guid

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

ppCP
UCOMIConnectionPoint

正常に返された場合は、アウトゴーイング インターフェイス riid を管理するコネクション ポイントを格納します。

注釈

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

適用対象