IEnumFORMATETC 介面

定義

提供 IEnumFORMATETC 介面的 Managed 定義。

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 介面

Common Language Runtime 會在機器碼中的 COM 方法傳回 HRESULT 時擲回例外狀況。 如需詳細資訊,請參閱 How to: Map HRESULTs and Exceptions

方法

Clone(IEnumFORMATETC)

建立新的列舉值,其包含與目前列舉值相同的列舉型別 (Enumeration) 狀態。

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

擷取列舉型別序列中指定的項目數目。

Reset()

將列舉序列重設為開頭。

Skip(Int32)

略過列舉序列中指定的項目數目。

適用於