UCOMIEnumVARIANT Schnittstelle

Definition

Achtung

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

Verwenden Sie stattdessen IEnumVARIANT.

public interface class UCOMIEnumVARIANT
[System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumVARIANT
[System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumVARIANT
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumVARIANT = interface
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumVARIANT = interface
Public Interface UCOMIEnumVARIANT
Attribute

Hinweise

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

Methoden

Clone(Int32)
Veraltet.

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

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