IDataObject.QueryGetData(FORMATETC[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int QueryGetData(cli::array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> ^ pFormatetc);
int QueryGetData(std::Array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> const & pFormatetc);
public int QueryGetData (Microsoft.VisualStudio.OLE.Interop.FORMATETC[] pFormatetc);
abstract member QueryGetData : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] -> int
Public Function QueryGetData (pFormatetc As FORMATETC()) As Integer
Parameters
- pFormatetc
- FORMATETC[]
Returns
Remarks
For information on the COM interface, see IDataObject::QueryGetData