IDataObject::SetData Method (String^, Object^, Boolean)
.NET Framework (current version)
Stores the specified data in this data object, along with one or more specified data formats. This overload includes a Boolean flag to indicate whether the data may be converted to another format on retrieval.
Assembly: PresentationCore (in PresentationCore.dll)
[SecurityCriticalAttribute] [UIPermissionAttribute(SecurityAction::InheritanceDemand, Clipboard = UIPermissionClipboard::AllClipboard)] void SetData( String^ format, Object^ data, bool autoConvert )
Parameters
- format
-
Type:
System::String^
A string that specifies what format to store the data in. See the DataFormats class for a set of pre-defined data formats.
- data
-
Type:
System::Object^
The data to store in this data object.
- autoConvert
-
Type:
System::Boolean
true to allow the data to be converted to another format on retrieval; false to prohibit the data from being converted to another format on retrieval.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: