IDataObject::GetData Method (String^)
.NET Framework (current version)
Retrieves a data object in a specified format; the data format is specified by a string.
Assembly: PresentationCore (in PresentationCore.dll)
[SecurityCriticalAttribute] [UIPermissionAttribute(SecurityAction::InheritanceDemand, Clipboard = UIPermissionClipboard::AllClipboard)] Object^ GetData( String^ format )
Parameters
- format
-
Type:
System::String^
A string that specifies what format to retrieve the data as. See the DataFormats class for a set of predefined data formats.
Return Value
Type: System::Object^A data object with the data in the specified format, or null if the data is not available in the specified format.
.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: