IEnumConnections Schnittstelle

Definition

Verwaltet die Definition der IEnumConnections-Schnittstelle.

public interface class IEnumConnections
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnections
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnections
public interface IEnumConnections
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnections = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnections = interface
type IEnumConnections = interface
Public Interface IEnumConnections
Attribute

Hinweise

Weitere Informationen finden Sie über die IEnumConnections-Schnittstelle.

Die allgemeine Sprachlaufzeit löst eine Ausnahme aus, wenn eine COM-Methode im systemeigenen Code ein HRESULT zurückgibt. Weitere Informationen finden Sie unter How to: Map HRESULTs and Exceptions.

Methoden

Clone(IEnumConnections)

Erstellt einen neuen Enumerator, der den gleichen Enumerationszustand wie der aktuelle Enumerator enthält.

Next(Int32, CONNECTDATA[], IntPtr)

Ruft eine angegebene Anzahl von Elementen in der Enumerationsfolge ab.

Reset()

Setzt die Enumerationsfolge auf den Anfang zurück.

Skip(Int32)

Überspringt eine angegebene Anzahl von Elementen in der Enumerationsfolge.

Gilt für