This documentation is archived and is not being maintained.
IDataObject.EnumFormatEtc Method
Visual Studio 2008
Namespace:
System.Runtime.InteropServices.ComTypes
Assembly: System (in System.dll)
'Declaration Function EnumFormatEtc ( _ direction As DATADIR _ ) As IEnumFORMATETC 'Usage Dim instance As IDataObject Dim direction As DATADIR Dim returnValue As IEnumFORMATETC returnValue = instance.EnumFormatEtc(direction)
Parameters
- direction
- Type: System.Runtime.InteropServices.ComTypes.DATADIR
One of the DATADIR values that specifies the direction of the data.
Return Value
Type: System.Runtime.InteropServices.ComTypes.IEnumFORMATETCThis method supports the standard return values E_INVALIDARG and E_OUTOFMEMORY, as well as the following:
Value | Description |
|---|---|
S_OK | The enumerator object was successfully created. |
E_NOTIMPL | The direction specified by the direction parameter is not supported. |
OLE_S_USEREG | Requests that OLE enumerate the formats from the registry. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: