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.
Transfers data.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub SetData ( _
    pFormatetc As FORMATETC(), _
    pmedium As STGMEDIUM(), _
    fRelease As Integer _
)
public void SetData(
    FORMATETC[] pFormatetc,
    STGMEDIUM[] pmedium,
    int fRelease
)
public:
virtual void SetData(
    array<FORMATETC>^ pFormatetc, 
    array<STGMEDIUM>^ pmedium, 
    int fRelease
) sealed
abstract SetData : 
        pFormatetc:FORMATETC[] * 
        pmedium:STGMEDIUM[] * 
        fRelease:int -> unit  
override SetData : 
        pFormatetc:FORMATETC[] * 
        pmedium:STGMEDIUM[] * 
        fRelease:int -> unit
public final function SetData(
    pFormatetc : FORMATETC[], 
    pmedium : STGMEDIUM[], 
    fRelease : int
)
Parameters
- pFormatetc 
 Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]- The format object. 
- pmedium 
 Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]- The storage medium object. 
- fRelease 
 Type: Int32- true if the object called owns the data, false if the caller retains ownership of the data. 
Implements
IDataObject.SetData(array<FORMATETC[], array<STGMEDIUM[], Int32)
.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.