IConnectionPoint.GetConnectionPointContainer Metoda

Definice

IConnectionPointContainer Načte ukazatel rozhraní na připojitelný objekt, který koncepčně vlastní tento spojovací bod.

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)

Parametry

ppCPC
IConnectionPointContainer

Pokud tento parametr vrátí, obsahuje připojitelné rozhraní objektu IConnectionPointContainer . Tento parametr se předává neinicializovaný.

Poznámky

Další informace najdete v existující dokumentaci pro IConnectionPoint::GetConnectionPointContainer knihovnu MSDN.

Platí pro