OleDataObject::IDataObject::QueryGetData Method (array<FORMATETC>^)
Visual Studio 2015
Determines whether the data object supports a particular FORMATETC structure for transferring data.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int QueryGetData( array<FORMATETC>^ pFormatetc ) sealed = IDataObject::QueryGetData
Parameters
- pFormatetc
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::FORMATETC>^
Pointer to the FORMATETC structure that defines the format, medium, and target device to use when passing the data. Only one medium can be specified in the tymed member of the FORMATETC structure. These values are valid:
TYMED_STORAGE
TYMED_STREAM
TYMED_HGLOBAL
TYMED_FILE
Show: