IConnectionPointContainer.FindConnectionPoint(Guid, IConnectionPoint) Metoda

Definice

Požádá připojitelný objekt, pokud má spojovací bod pro určitý IID, a pokud ano, vrátí IConnectionPoint ukazatel rozhraní na tento spojovací bod.

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)

Parametry

riid
Guid

Odkaz na odchozí rozhraní IID, jehož spojovací bod je požadován.

ppCP
IConnectionPoint

Pokud tato metoda vrátí, obsahuje spojovací bod, který spravuje odchozí rozhraní riid. Tento parametr se předává neinicializovaný.

Poznámky

Další informace najdete v existující dokumentaci pro IConnectionPointContainer::FindConnectionPoint knihovnu MSDN.

Platí pro