다음을 통해 공유


IDataObject.SetData Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub SetData ( _
    pFormatetc As FORMATETC(), _
    pmedium As STGMEDIUM(), _
    fRelease As Integer _
)
void SetData(
    FORMATETC[] pFormatetc,
    STGMEDIUM[] pmedium,
    int fRelease
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IDataObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace