IDataObject.GetDataHere Method

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() _
)
void GetDataHere(
    FORMATETC[] pFormatetc,
    STGMEDIUM[] pRemoteMedium
)

Parameters

Remarks

For information on the COM interface, see IDataObject::GetDataHere

.NET Framework Security

See Also

Reference

IDataObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace