IDataObject.GetDataHere Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetDataHere ( _
pFormatetc As FORMATETC(), _
<OutAttribute> pRemoteMedium As STGMEDIUM() _
)
void GetDataHere(
FORMATETC[] pFormatetc,
STGMEDIUM[] pRemoteMedium
)
void GetDataHere(
[InAttribute] array<FORMATETC>^ pFormatetc,
[InAttribute] [OutAttribute] array<STGMEDIUM>^ pRemoteMedium
)
abstract GetDataHere :
pFormatetc:FORMATETC[] *
pRemoteMedium:STGMEDIUM[] byref -> unit
function GetDataHere(
pFormatetc : FORMATETC[],
pRemoteMedium : STGMEDIUM[]
)
Parameters
- pFormatetc
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pRemoteMedium
Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
Remarks
For information on the COM interface, see IDataObject::GetDataHere
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.