IDataObject::SetData Method (Type^, Object^)

 

Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a Type class.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::InheritanceDemand, Clipboard = UIPermissionClipboard::AllClipboard)]
void SetData(
	Type^ format,
	Object^ data
)

Parameters

format
Type: System::Type^

A Type that specifies what format to store the data in. See the DataFormats class for a set of predefined data formats.

data
Type: System::Object^

The data to store in this data object.

For an implementation of this method, see SetData.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: