IEnumSTATDATA Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit la définition managée de l'interface IEnumSTATDATA
.
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
- Attributs
Remarques
Cette interface énumère un tableau de STATDATA structures.
Pour plus d’informations, consultez interface IEnumSTATDATA.
Le Common Language Runtime lève une exception lorsqu’une méthode COM dans le code natif retourne un HRESULT. Pour plus d'informations, consultez How to: Map HRESULTs and Exceptions.
Méthodes
Clone(IEnumSTATDATA) |
Crée un autre énumérateur qui contient le même état d'énumération que l'énumérateur en cours. |
Next(Int32, STATDATA[], Int32[]) |
Récupère un nombre spécifié d’éléments dans la séquence d’énumération. |
Reset() |
Réinitialise la séquence d'énumération au début. |
Skip(Int32) |
Ignore un nombre défini d'éléments dans la séquence d'énumération. |