IEnumVARIANT Schnittstelle

Definition

Verwaltet die Definition der IEnumVARIANT-Schnittstelle.

public interface class IEnumVARIANT
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumVARIANT
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")]
public interface IEnumVARIANT
public interface IEnumVARIANT
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumVARIANT = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")>]
type IEnumVARIANT = interface
type IEnumVARIANT = interface
Public Interface IEnumVARIANT
Attribute

Hinweise

Weitere Informationen finden Sie unter IEnumVARIANT-Schnittstelle.

Die Common Language Runtime löst eine Ausnahme aus, wenn eine COM-Methode im nativen Code ein HRESULT zurückgibt. Weitere Informationen finden Sie unter How to: Map HRESULTs and Exceptions.

Methoden

Clone()

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

Next(Int32, Object[], IntPtr)

Ruft eine angegebene Anzahl von Elementen in der Enumerationsfolge ab.

Reset()

Setzt die Enumerationsfolge auf den Anfang zurück.

Skip(Int32)

Überspringt eine angegebene Anzahl von Elementen in der Enumerationsfolge.

Gilt für: