IDataObject::SetData Method (String^, Object^)
.NET Framework (current version)
Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a string.
Assembly: PresentationCore (in PresentationCore.dll)
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::InheritanceDemand, Clipboard = UIPermissionClipboard::AllClipboard)]
void SetData(
String^ format,
Object^ data
)
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.
.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: