IConnectionPoint.GetConnectionPointContainer Méthode

Définition

Récupère le IConnectionPointContainer pointeur d’interface vers l’objet connectable qui possède conceptuellement ce point de connexion.

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)

Paramètres

ppCPC
IConnectionPointContainer

Lorsque ce paramètre est retourné, contient l’interface de l’objet IConnectionPointContainer connectable. Ce paramètre est passé non initialisé.

Remarques

Pour plus d’informations, consultez la documentation existante pour IConnectionPoint::GetConnectionPointContainer la bibliothèque MSDN.

S’applique à