OleDataObject::IDataObject::EnumFormatEtc Method (UInt32, IEnumFORMATETC^)
Visual Studio 2015
Creates an enumerator to iterate through the FORMATETC structures supported by the data object.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int EnumFormatEtc( unsigned int dwDirection, [OutAttribute] IEnumFORMATETC^% ppenumFormatEtc ) sealed = IDataObject::EnumFormatEtc
Parameters
- dwDirection
-
Type:
System::UInt32
Direction of the data through a value from the enumeration DATADIR.
- ppenumFormatEtc
-
Type:
Microsoft.VisualStudio.OLE.Interop::IEnumFORMATETC^
Address of IEnumFORMATETC* pointer variable that receives the interface pointer to the new enumerator object.
Show: