IDataObject::SetData Method (Object^)
.NET Framework (current version)
Stores the specified data in this data object, automatically converting the data format from the source object type.
Assembly: PresentationCore (in PresentationCore.dll)
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::InheritanceDemand, Clipboard = UIPermissionClipboard::AllClipboard)]
void SetData(
Object^ data
)
Parameters
- 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: