DataObject.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 object.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- format
- Type: System.Type
A Type object that specifies the format for the data. For a set of predefined data formats, see the DataFormats class.
- data
- Type: System.Object
An object that represents the data to store in this data object.
Implements
IDataObject.SetData(Type, Object)| Exception | Condition |
|---|---|
| ArgumentNullException | data or format is null. |
This method adds data with auto-conversion enabled (the same as calling SetData(String, Object, Boolean) with autoConvert set to true).
- UIPermission
for permission to transfer data to the system Clipboard. Associated enumeration: AllClipboard.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.