This topic has not yet been rated - Rate this topic

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.

Namespace:  System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)
public void SetData(
	Type format,
	Object data
)

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)
ExceptionCondition
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).

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
  • 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.