OleDataObject.IDataObject.GetDataHere(FORMATETC[], STGMEDIUM[]) Yöntem

Tanım

Veri nesnesinden istemciye veri aktarır. İstemci yapıyı ayırmalıdır STGMEDIUM .

 virtual void Microsoft.VisualStudio.OLE.Interop.IDataObject.GetDataHere(cli::array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> ^ pFormatetc, cli::array <Microsoft::VisualStudio::OLE::Interop::STGMEDIUM> ^ pRemoteMedium) = Microsoft::VisualStudio::OLE::Interop::IDataObject::GetDataHere;
void Microsoft.VisualStudio.OLE.Interop.IDataObject.GetDataHere(std::Array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> const & pFormatetc, std::Array <Microsoft::VisualStudio::OLE::Interop::STGMEDIUM> const & pRemoteMedium);
void IDataObject.GetDataHere (Microsoft.VisualStudio.OLE.Interop.FORMATETC[] pFormatetc, Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] pRemoteMedium);
abstract member Microsoft.VisualStudio.OLE.Interop.IDataObject.GetDataHere : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IDataObject.GetDataHere : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] -> unit
Sub GetDataHere (pFormatetc As FORMATETC(), pRemoteMedium As STGMEDIUM()) Implements IDataObject.GetDataHere

Parametreler

pFormatetc
FORMATETC[]

FORMATETCVerileri geçirirken kullanılacak biçimi, orta ve hedef cihazı tanımlayan yapıya yönelik işaretçi. Yapının üyesinde yalnızca bir ortam belirtilebilir tymed FORMATETC . Bu değerler geçerli: TYMED_STORAGETYMED_STREAMTYMED_HGLOBALTYMED_FILE

pRemoteMedium
STGMEDIUM[]

STGMEDIUMAktarılmakta olan verileri içeren depolama ortamını tanımlayan yapıya yönelik işaretçi.

Uygulamalar

Şunlara uygulanır