Freigeben über


UCOMIConnectionPoint.EnumConnections-Methode

Erstellt ein Enumerationsobjekt zum Durchlaufen der bis zu diesem Verbindungspunkt vorhandenen Verbindungen.

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

Syntax

'Declaration
Sub EnumConnections ( _
    <OutAttribute> ByRef ppEnum As UCOMIEnumConnections _
)
'Usage
Dim instance As UCOMIConnectionPoint
Dim ppEnum As UCOMIEnumConnections

instance.EnumConnections(ppEnum)
void EnumConnections (
    out UCOMIEnumConnections ppEnum
)
void EnumConnections (
    [OutAttribute] UCOMIEnumConnections^% ppEnum
)
void EnumConnections (
    /** @attribute OutAttribute() */ /** @ref */ UCOMIEnumConnections ppEnum
)
JScript unterstützt die Übergabe von Werttypargumenten als Verweis nicht.

Parameter

  • ppEnum
    Bei erfolgreicher Rückgabe ist der neu erstellte Enumerator enthalten.

Hinweise

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

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

UCOMIConnectionPoint-Schnittstelle
UCOMIConnectionPoint-Member
System.Runtime.InteropServices-Namespace