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.GetFormats

Gets a list of all formats that data stored in this instance is associated with or can be converted to.

Overload List

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[];

See Also

IDataObject Interface | IDataObject Members | System.WinForms Namespace