Freigeben über


UCOMIConnectionPoint.EnumConnections-Methode: (UCOMIEnumConnections)

 

Veröffentlicht: Oktober 2016

Erstellt ein Enumeratorobjekt für die Iteration durch die Verbindungen, die mit diesem Verbindungspunkt vorhanden.

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

Syntax

void EnumConnections(
    out UCOMIEnumConnections ppEnum
)
void EnumConnections(
    [OutAttribute] UCOMIEnumConnections^% ppEnum
)
abstract EnumConnections : 
        ppEnum:UCOMIEnumConnections byref -> unit
Sub EnumConnections (
    <OutAttribute> ByRef ppEnum As UCOMIEnumConnections
)

Parameter

Hinweise

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

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

UCOMIConnectionPoint-Schnittstelle
System.Runtime.InteropServices-Namespace

Zurück zum Anfang