IConnectionPointContainer.FindConnectionPoint(Guid, IConnectionPoint) Méthode

Définition

Demande à l’objet connectable s’il a un point de connexion pour un IID particulier et, le cas échéant, retourne le IConnectionPoint pointeur d’interface vers ce point de connexion.

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);
abstract member FindConnectionPoint : Guid * IConnectionPoint -> unit
Public Sub FindConnectionPoint (ByRef riid As Guid, ByRef ppCP As IConnectionPoint)

Paramètres

riid
Guid

Référence à l’interface sortante IID dont le point de connexion est demandé.

ppCP
IConnectionPoint

Lorsque cette méthode est retournée, contient le point de connexion qui gère l’interface riidsortante. Ce paramètre est passé non initialisé.

Remarques

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

S’applique à