Retrieves the data associated with the specified data format.
Retrieves the data associated with the specified data format, using autoConvert to determine whether to convert the data to the format.
[Visual Basic] Overloads Function GetData(String, Boolean) As Object
[C#] object GetData(String, bool);
[C++] Object* GetData(String*, bool) = 0;
[JScript] function GetData(String, Boolean) : Object;
Retrieves the data associated with the specified data format.
[Visual Basic] Overloads Function GetData(String) As Object
[C#] object GetData(String);
[C++] Object* GetData(String*) = 0;
[JScript] function GetData(String) : Object;
Retrieves the data associated with the specified class type format.
[Visual Basic] Overloads Function GetData(Type) As Object
[C#] object GetData(Type);
[C++] Object* GetData(Type*) = 0;
[JScript] function GetData(Type) : Object;
IDataObject Interface | IDataObject Members | System.WinForms Namespace