SetData Method (String, Object, Boolean)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

void SetData(
	string format,
	Object data,
	bool autoConvert
)

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft