IDataObject::GetDataPresent Method (Type^)
.NET Framework (current version)
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.
Assembly: PresentationCore (in PresentationCore.dll)
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::InheritanceDemand, Clipboard = UIPermissionClipboard::AllClipboard)]
bool GetDataPresent(
Type^ format
)
Parameters
- format
-
Type:
System::Type^
A Type that specifies what format to check for. See the DataFormats class for a set of predefined data formats.
Return Value
Type: System::Booleantrue if the data is in, or can be converted to, the specified format; otherwise, false.
For an implementation of this method, GetDataPresent.
Call GetDataPresent to determine whether a specified format is available in this data object before calling GetData.
Call GetFormats to obtain a list of all the formats that are available in this data object.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: