- format
- The format associated with the data. See System.Windows.Forms.DataFormats for predefined formats.
- data
- The data to store.
If you do not know the format of the target application, you can store data in multiple formats using this method.
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).