Freigeben über


UCOMIConnectionPointContainer.FindConnectionPoint-Methode: (Guid, UCOMIConnectionPoint)

 

Veröffentlicht: Oktober 2016

Fragt das verbindungsfähige Objekt, wenn sie einen Verbindungspunkt für eine bestimmte IID enthält und die IConnectionPoint -Schnittstellenzeiger ab.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

void FindConnectionPoint(
    ref Guid riid,
    out UCOMIConnectionPoint ppCP
)
void FindConnectionPoint(
    Guid% riid,
    [OutAttribute] UCOMIConnectionPoint^% ppCP
)
abstract FindConnectionPoint : 
        riid:Guid byref *
        ppCP:UCOMIConnectionPoint byref -> unit
Sub FindConnectionPoint (
    ByRef riid As Guid,
    <OutAttribute> ByRef ppCP As UCOMIConnectionPoint
)

Parameter

  • riid
    Type: System.Guid

    Ein Verweis auf die Ausgangsschnittstelle, deren Verbindungspunkt angefordert wird, wird, die IID.

Hinweise

Weitere Informationen finden Sie in der Dokumentation zu IConnectionPointContainer::FindConnectionPoint in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

UCOMIConnectionPointContainer-Schnittstelle
System.Runtime.InteropServices-Namespace

Zurück zum Anfang