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() _
)
用法
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
)
abstract GetDataHere : 
        pFormatetc:FORMATETC[] * 
        pRemoteMedium:STGMEDIUM[] byref -> unit 
function GetDataHere(
    pFormatetc : FORMATETC[], 
    pRemoteMedium : STGMEDIUM[]
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IDataObject Interface

IDataObject Members

Microsoft.VisualStudio.OLE.Interop Namespace