The methods of the IDataObject interface are listed below. For a complete list of IDataObject interface members, see the IDataObject Members topic.
GetData | Overloaded. Retrieves the data associated with the specified data format. |
GetDataPresent | Overloaded. Determines whether data stored in this instance is associated with the specified format. |
GetFormats | Overloaded. Gets a list of all formats that data stored in this instance is associated with or can be converted to. |
SetData | Overloaded. Stores the specified data and its associated format in this instance. |