Gets a list of all formats that data stored in this instance is associated with or can be converted to.
Gets a list of all formats that data stored in this instance is associated with or can be converted to.
[Visual Basic] Overloads Function GetFormats() As String ()
[C#] string[] GetFormats();
[C++] String* GetFormats() [] = 0;
[JScript] function GetFormats() : String[];
Gets a list of all formats that data stored in this instance is associated with or can be converted to, using autoConvert to determine whether to retrieve all formats that the data can be converted to or only native data formats.
[Visual Basic] Overloads Function GetFormats(Boolean) As String ()
[C#] string[] GetFormats(bool);
[C++] String* GetFormats(bool) [] = 0;
[JScript] function GetFormats(Boolean) : String[];
IDataObject Interface | IDataObject Members | System.WinForms Namespace