IEnumString Interface

Définition

Gère la définition de l’interface IEnumString .

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

Remarques

Pour plus d’informations, consultez l’interface IEnumString.

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

Nom Description
Clone(IEnumString)

Crée un énumérateur qui contient le même état d’énumération que celui actuel.

Next(Int32, String[], IntPtr)

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 spécifié d’éléments dans la séquence d’énumération.

S’applique à