UCOMIEnumConnections Schnittstelle

Definition

Achtung

Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202

Verwenden Sie stattdessen IEnumConnections.

public interface class UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnections = interface
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnections = interface
Public Interface UCOMIEnumConnections
Attribute

Hinweise

Weitere Informationen zur IEnumConnections Schnittstelle finden Sie in der MSDN Library.

Methoden

Name Beschreibung
Clone(UCOMIEnumConnections)
Veraltet.

Erstellt einen weiteren Enumerator, der denselben Enumerationsstatus wie der aktuelle enthält.

Next(Int32, CONNECTDATA[], Int32)
Veraltet.

Ruft eine angegebene Anzahl von Elementen in der Enumerationssequenz ab.

Reset()
Veraltet.

Setzt die Zählungssequenz auf den Anfang zurück.

Skip(Int32)
Veraltet.

Überspringt eine angegebene Anzahl von Elementen in der Enumerationssequenz.

Gilt für: