<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.3.25173.2" />

IEnumFORMATETC

public static void PopulateVTable(Vtbl* vtable)

public uint AddRef()

Creates a new enumerator that contains the same enumeration state as the current one. (IEnumFORMATETC.Clone)

public HRESULT Next(uint celt, FORMATETC* rgelt, UInt32* pceltFetched)

Retrieves the specified number of items in the enumeration sequence. (IEnumFORMATETC.Next)

public HRESULT QueryInterface(Guid* riid, Void** ppvObject)

public uint Release()

public HRESULT Reset()

Resets the enumeration sequence to the beginning. (IEnumFORMATETC.Reset)

public HRESULT Skip(uint celt)

Skips over the specified number of items in the enumeration sequence. (IEnumFORMATETC.Skip)