IEnumConnections Schnittstelle

Definition

Achtung

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Verwaltet die Definition der IEnumConnections-Schnittstelle.

public interface class IEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface IEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnections = interface
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type IEnumConnections = interface
Public Interface IEnumConnections
Attribute

Hinweise

Verwenden Sie IEnumConnectionsfür die Neuentwicklung .

Hinweis

Funktionen und Objekte im Microsoft.VisualBasic.Compatibility.VB6-Namespace werden in den Tools zum Upgrade von Visual Basic 6.0 auf Visual Basic bereitgestellt. In den meisten Fällen duplizieren diese Funktionen und Objekte Funktionen, die Sie in anderen Namespaces von .NET Framework finden. Diese sind nur notwendig, wenn das Visual Basic 6.0-Codemodell sich maßgeblich von der .NET Framework-Implementierung unterscheidet.

Methoden

Clone(IEnumConnections)
Veraltet.

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

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

Ruft eine angegebene Anzahl von Elementen in der Enumerationsfolge ab.

Reset()
Veraltet.

Setzt die Enumerationsfolge auf den Anfang zurück.

Skip(Int32)
Veraltet.

Überspringt eine angegebene Anzahl von Elementen in der Enumerationsfolge.

Gilt für: