IDataObject.SetData Method (Type, Object)
[ 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. The data format is specified by a Type class.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- format
- Type: System.Type
A Type that specifies the format in which to store the data.
- data
- Type: System.Object
The data to store in this data object.
Show: