Freigeben über


UCOMIConnectionPoint.GetConnectionPointContainer-Methode: (UCOMIConnectionPointContainer)

 

Veröffentlicht: Oktober 2016

Ruft die IConnectionPointContainer -Schnittstellenzeiger auf das verbindungsfähige Objekt, das diesem Verbindungspunkt konzeptionell besitzt.

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

Syntax

void GetConnectionPointContainer(
    out UCOMIConnectionPointContainer ppCPC
)
void GetConnectionPointContainer(
    [OutAttribute] UCOMIConnectionPointContainer^% ppCPC
)
abstract GetConnectionPointContainer : 
        ppCPC:UCOMIConnectionPointContainer byref -> unit
Sub GetConnectionPointContainer (
    <OutAttribute> ByRef ppCPC As UCOMIConnectionPointContainer
)

Parameter

Hinweise

Weitere Informationen finden Sie in der Dokumentation zu IConnectionPoint::GetConnectionPointContainer in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

UCOMIConnectionPoint-Schnittstelle
System.Runtime.InteropServices-Namespace

Zurück zum Anfang