IEnumFORMATETC Interfaccia

Definizione

Fornisce la definizione gestita dell'interfaccia 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
Attributi

Commenti

Questa interfaccia enumera una matrice di FORMATETC strutture.

Per altre informazioni, vedere Interfaccia IEnumFORMATETC.

Common Language Runtime genera un'eccezione quando un metodo COM nel codice nativo restituisce un HRESULT. Per altre informazioni, vedere How to: Map HRESULTs and Exceptions.

Metodi

Clone(IEnumFORMATETC)

Crea un nuovo enumeratore che contiene lo stesso stato di enumerazione dell'enumeratore corrente.

Next(Int32, FORMATETC[], Int32[])

Recupera un determinato numero di elementi nella sequenza di enumerazione.

Reset()

Riporta all'inizio la sequenza di enumerazione.

Skip(Int32)

Ignora un determinato numero di elementi nella sequenza di enumerazione.

Si applica a