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 Procedura: Eseguire il mapping di HRESULT ed eccezioni.

Metodi

Nome Descrizione
Clone(IEnumFORMATETC)

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

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

Recupera un numero specificato di elementi nella sequenza di enumerazione.

Reset()

Reimposta la sequenza di enumerazione all'inizio.

Skip(Int32)

Ignora un numero specificato di elementi nella sequenza di enumerazione.

Si applica a