UCOMIEnumVARIANT-Schnittstelle

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

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

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

Syntax

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

Methoden

Name Beschreibung
System_CAPS_pubmethod Clone(Int32)

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

System_CAPS_pubmethod Next(Int32, Int32, 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 IEnumVARIANT 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