SettableOleDataObject::SetData Method (array<FORMATETC>^, array<STGMEDIUM>^, Int32)
Visual Studio 2015
Transfers data.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual void SetData( array<FORMATETC>^ pFormatetc, array<STGMEDIUM>^ pmedium, int fRelease ) sealed
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:
System::Int32
true if the object called owns the data, false if the caller retains ownership of the data.
Show: