SettableOleDataObject.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.
Determines whether the data object is capable of rendering the data as specified.
public:
virtual 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
override this.QueryGetData : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] -> int
Public Function QueryGetData (pFormatetc As FORMATETC()) As Integer
Parameters
- pFormatetc
- FORMATETC[]
The format object.
Returns
If the method succeeds, Microsoft.VisualStudio.VSConstants.S_OK; otherwise, an error code.