Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets data from a source data object.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub GetDataHere ( _
    pFormatetc As FORMATETC(), _
    pRemoteMedium As STGMEDIUM() _
)
public void GetDataHere(
    FORMATETC[] pFormatetc,
    STGMEDIUM[] pRemoteMedium
)
public:
virtual void GetDataHere(
    array<FORMATETC>^ pFormatetc, 
    array<STGMEDIUM>^ pRemoteMedium
) sealed
abstract GetDataHere : 
        pFormatetc:FORMATETC[] * 
        pRemoteMedium:STGMEDIUM[] -> unit  
override GetDataHere : 
        pFormatetc:FORMATETC[] * 
        pRemoteMedium:STGMEDIUM[] -> unit
public final function GetDataHere(
    pFormatetc : FORMATETC[], 
    pRemoteMedium : STGMEDIUM[]
)
Parameters
- pFormatetc 
 Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]- The format object. 
- pRemoteMedium 
 Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]- The storage medium object. 
Implements
IDataObject.GetDataHere(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.