Stores the specified data in this instance, using the class of the data for the format.
data The data to store.
The format is derived from the data class.
Data stored using this method can be converted to a compatible format when it is retrieved.
For an implementation of this method, see DataObject.SetData(string, bool, object).