SettableOleDataObject.GetData Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Sub GetData ( _
pformatetcIn As FORMATETC(), _
pRemoteMedium As STGMEDIUM() _
)
'Utilisation
Dim instance As SettableOleDataObject
Dim pformatetcIn As FORMATETC()
Dim pRemoteMedium As STGMEDIUM()
instance.GetData(pformatetcIn, pRemoteMedium)
public void GetData(
FORMATETC[] pformatetcIn,
STGMEDIUM[] pRemoteMedium
)
public:
virtual void GetData(
array<FORMATETC>^ pformatetcIn,
array<STGMEDIUM>^ pRemoteMedium
) sealed
abstract GetData :
pformatetcIn:FORMATETC[] *
pRemoteMedium:STGMEDIUM[] -> unit
override GetData :
pformatetcIn:FORMATETC[] *
pRemoteMedium:STGMEDIUM[] -> unit
public final function GetData(
pformatetcIn : FORMATETC[],
pRemoteMedium : STGMEDIUM[]
)
Parameters
- pformatetcIn
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pRemoteMedium
Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
Implements
IDataObject.GetData(array<FORMATETC[], array<STGMEDIUM[])
.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.