IDataObject.GetData Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetData ( _
pformatetcIn As FORMATETC(), _
<OutAttribute> pRemoteMedium As STGMEDIUM() _
)
void GetData(
FORMATETC[] pformatetcIn,
STGMEDIUM[] pRemoteMedium
)
void GetData(
[InAttribute] array<FORMATETC>^ pformatetcIn,
[OutAttribute] array<STGMEDIUM>^ pRemoteMedium
)
abstract GetData :
pformatetcIn:FORMATETC[] *
pRemoteMedium:STGMEDIUM[] byref -> unit
function GetData(
pformatetcIn : FORMATETC[],
pRemoteMedium : STGMEDIUM[]
)
Parameters
- pformatetcIn
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pRemoteMedium
Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
Remarks
For information on the COM interface, see IDataObject::GetData
.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.