Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IEnumFORMATETC Interface

 

Provides the managed definition of the IEnumFORMATETC interface.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  System (in System.dll)

[GuidAttribute("00000103-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IEnumFORMATETC

NameDescription
System_CAPS_pubmethodClone(IEnumFORMATETC^%)

Creates a new enumerator that contains the same enumeration state as the current enumerator.

System_CAPS_pubmethodNext(Int32, array<FORMATETC>^, array<Int32>^)

Retrieves a specified number of items in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(Int32)

Skips a specified number of items in the enumeration sequence.

This interface enumerates an array of FORMATETC structures.

For more information about the IEnumFORMATETC interface, see the MSDN Library.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft