FormatEnumerator class FormatEnumerator : IEnumFORMATETC, Interface, IManagedWrapper<IEnumFORMATETC>, IManagedWrapper Part of IComDataObject, used to interop with OLE. Documentation Code public FormatEnumerator(IDataObjectInternal dataObject, Func<string, int> getFormatId) public void Clone(out IEnumFORMATETC ppenum) public int Next(int celt, FORMATETC[] rgelt, int[] pceltFetched) public int Reset() public int Skip(int celt)