Freigeben über


UCOMIEnumString-Schnittstelle

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

Verwenden Sie stattdessen System.Runtime.InteropServices.ComTypes.IEnumString.

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

Syntax

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000101-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumString
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000101-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumString
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("00000101-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumString = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("00000101-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumString

Methoden

Name Beschreibung
System_CAPS_pubmethod Clone(UCOMIEnumString)

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

System_CAPS_pubmethod Next(Int32, String[], Int32)

Ruft eine angegebene Anzahl von Elementen in der Enumerationsfolge ab.

System_CAPS_pubmethod Reset()

Setzt die Enumerationsfolge auf den Anfang zurück.

System_CAPS_pubmethod Skip(Int32)

Überspringt eine angegebene Anzahl von Elementen in der Enumerationsfolge.

Hinweise

Weitere Informationen zu den IEnumString Benutzeroberfläche, finden Sie in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang