IEnumFORMATETC 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 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
- 属性
注解
此接口枚举结构的数组 FORMATETC 。
有关详细信息,请参阅 IEnumFORMATETC 接口。
当本机代码中的 COM 方法返回 HRESULT 时,公共语言运行时会引发异常。 有关更多信息,请参见 How to: Map HRESULTs and Exceptions。
方法
Clone(IEnumFORMATETC) |
创建与当前枚举数包含相同枚举状态的一个新枚举数。 |
Next(Int32, FORMATETC[], Int32[]) |
检索枚举序列中指定数目的项。 |
Reset() |
将枚举序列重置到开头。 |
Skip(Int32) |
跳过枚举序列中指定数目的项。 |