IDataObject.SetData Method (String, Object, Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Stores the specified data in this data object, using 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: System.Windows (in System.Windows.dll)
Parameters
- format
- Type: System.String
A string that specifies the format in which to store the data.
- 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.
Show: