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

Remarks

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

.NET Framework Security

See Also

Reference

IDataObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace