IEnumFORMATETC Interface

Définition

Fournit la définition managée de l'interface IEnumFORMATETC.

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

Remarques

Cette interface énumère un tableau de FORMATETC structures.

Pour plus d’informations, consultez Interface IEnumFORMATETC.

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(IEnumFORMATETC)

Crée un autre énumérateur qui contient le même état d'énumération que l'énumérateur en cours.

Next(Int32, FORMATETC[], 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.

S’applique à