NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataObject.GetData

Retrieves the data associated with the specified data format.

Overload List

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;

See Also

IDataObject Interface | IDataObject Members | System.WinForms Namespace