IDataObject::SetData Method (array<FORMATETC>^, array<STGMEDIUM>^, Int32)

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

void SetData(
	array<FORMATETC>^ pFormatetc,
	array<STGMEDIUM>^ pmedium,
	int fRelease
)

Parameters

pFormatetc
Type: array<Microsoft.VisualStudio.OLE.Interop::FORMATETC>^
pmedium
Type: array<Microsoft.VisualStudio.OLE.Interop::STGMEDIUM>^
fRelease
Type: System::Int32

For information on the COM interface, see 7430D12C-AB07-4A9C-A845-4743818AFBC7

Return to top
Show: