IDataObject.GetDataPresent Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Checks whether the data is available in, or can be converted to, a specified format.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetDataPresent(String) | Checks whether the data is available in, or can be converted to, a specified format; the data format is specified by a string. | |
GetDataPresent(Type) | Checks to see whether the data is available in, or can be converted to, a specified format. The data format is specified by a Type object. | |
GetDataPresent(String, Boolean) | Checks whether the data is available in, or can be converted to, a specified format. If the data is not already available in the specified format, a Boolean flag indicates whether to check if the data can be converted to the specified format. |
Top