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

Determines whether data stored in this instance is associated with the specified format.

Overload List

Determines whether data stored in this instance is associated with the specified format, using autoConvert to determine whether to convert the data to the format.

[Visual Basic] Overloads Function GetDataPresent(String, Boolean) As Boolean
[C#] bool GetDataPresent(String, bool);
[C++] bool GetDataPresent(String*, bool) = 0;
[JScript] function GetDataPresent(String, Boolean) : Boolean;

Determines whether data stored in this instance is associated with, or can be converted to, the specified format.

[Visual Basic] Overloads Function GetDataPresent(Type) As Boolean
[C#] bool GetDataPresent(Type);
[C++] bool GetDataPresent(Type*) = 0;
[JScript] function GetDataPresent(Type) : Boolean;

Determines whether data stored in this instance is associated with, or can be converted to, the specified format.

[Visual Basic] Overloads Function GetDataPresent(String) As Boolean
[C#] bool GetDataPresent(String);
[C++] bool GetDataPresent(String*) = 0;
[JScript] function GetDataPresent(String) : Boolean;

See Also

IDataObject Interface | IDataObject Members | System.WinForms Namespace