OleDataObject.IDataObject.GetData(FORMATETC[], STGMEDIUM[]) 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.
Transfers data from the data object to the client. The pformatetcIn
parameter must specify a storage medium type of TYMED_MFPICT.
virtual void Microsoft.VisualStudio.OLE.Interop.IDataObject.GetData(cli::array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> ^ pformatetcIn, cli::array <Microsoft::VisualStudio::OLE::Interop::STGMEDIUM> ^ pRemoteMedium) = Microsoft::VisualStudio::OLE::Interop::IDataObject::GetData;
void Microsoft.VisualStudio.OLE.Interop.IDataObject.GetData(std::Array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> const & pformatetcIn, std::Array <Microsoft::VisualStudio::OLE::Interop::STGMEDIUM> const & pRemoteMedium);
void IDataObject.GetData (Microsoft.VisualStudio.OLE.Interop.FORMATETC[] pformatetcIn, Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] pRemoteMedium);
abstract member Microsoft.VisualStudio.OLE.Interop.IDataObject.GetData : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IDataObject.GetData : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] -> unit
Sub GetData (pformatetcIn As FORMATETC(), pRemoteMedium As STGMEDIUM()) Implements IDataObject.GetData
Parameters
- pformatetcIn
- FORMATETC[]
Pointer to the FORMATETC structure that defines the format, medium, and target device to use when passing the data.
- pRemoteMedium
- STGMEDIUM[]
Pointer to the STGMEDIUM
structure that indicates the storage medium containing the returned data through its tymed
member, and the responsibility for releasing the medium through the value of its punkOuter
member.