Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub GetDataHere ( _
pFormatetc As FORMATETC(), _
<OutAttribute> pRemoteMedium As STGMEDIUM() _
)
'使用
Dim instance As IDataObject
Dim pFormatetc As FORMATETC()
Dim pRemoteMedium As STGMEDIUM()
instance.GetDataHere(pFormatetc, pRemoteMedium)
void GetDataHere(
FORMATETC[] pFormatetc,
STGMEDIUM[] pRemoteMedium
)
void GetDataHere(
[InAttribute] array<FORMATETC>^ pFormatetc,
[InAttribute] [OutAttribute] array<STGMEDIUM>^ pRemoteMedium
)
function GetDataHere(
pFormatetc : FORMATETC[],
pRemoteMedium : STGMEDIUM[]
)
Parameters
- pFormatetc
Type: []
- pRemoteMedium
Type: []
Remarks
For information on the COM interface, see IDataObject::GetDataHere
Permissions
- 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.