IConnectionPoint.GetConnectionPointContainer Methode

Definitie

Haalt de IConnectionPointContainer interfaceaanwijzer op naar het koppelbare object dat conceptueel eigenaar is van dit verbindingspunt.

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)

Parameters

ppCPC
IConnectionPointContainer

Wanneer deze parameter wordt geretourneerd, bevat de interface van IConnectionPointContainer het koppelbare object. Deze parameter wordt niet-geïnitialiseerd doorgegeven.

Opmerkingen

Zie de bestaande documentatie voor in de MSDN-bibliotheek voor IConnectionPoint::GetConnectionPointContainer meer informatie.

Van toepassing op