IConnectionPointContainer.FindConnectionPoint(Guid, IConnectionPoint) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.