Click or drag to resize

IDataObject Methods

The IDataObject type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the data object completely of all values
Public methodContains
Gets a value indicating that data with the specified type is contained in the data object.
Public methodGetData
Gets a data array from the data object with the specified type identifier.
Public methodGetObjectT
Gets an object from the data object with the specified type
Public methodGetString
Gets a string from the data object with the specified type identifier.
Public methodSetData
sets a data array into the data object with the specified type identifier.
Public methodSetObject
Sets the value into the data object with the specified type using serialization or type converter
Public methodSetString
Sets a string into the data object with the specified type identifier.
Top
See Also