IEnumSTATDATA Schnittstelle

Definition

Stellt die verwaltete Definition der IEnumSTATDATA-Schnittstelle bereit.

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

Hinweise

Diese Schnittstelle zählt ein Array von STATDATA Strukturen auf.

Weitere Informationen finden Sie in der IEnumSTATDATA-Schnittstelle.

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

Methoden

Clone(IEnumSTATDATA)

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

Next(Int32, STATDATA[], Int32[])

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: