IEnumFORMATETC Interface

Definition

Enumerates an array of FORMATETC structures. This structure is a generalized clipboard format. For more information, see IEnumFORMATETC.

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

Methods

Clone(IEnumFORMATETC)
Next(UInt32, FORMATETC[], UInt32[])
Reset()
Skip(UInt32)

Applies to