This topic has not yet been rated - Rate this topic

DataObject.SetData Method

Adds an object to the DataObject.

Name Description
DataObject.SetData (Object) Adds the specified object to the DataObject using the object type as the data format.

Supported by the .NET Compact Framework.

DataObject.SetData (String, Object) Adds the specified object to the DataObject using the specified format.

Supported by the .NET Compact Framework.

DataObject.SetData (Type, Object) Adds the specified object to the DataObject using the specified type as the format.

Supported by the .NET Compact Framework.

DataObject.SetData (String, Boolean, Object) Adds the specified object to the DataObject using the specified format and indicating whether the data can be converted to another format.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.