IDataObject.GetData Method (Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Retrieves a data object in a specified format; the data format is specified by a Type object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- format
- Type: System.Type
A Type object that specifies the format in which to retrieve the data.
Return Value
Type: System.ObjectA data object that has the data in the specified format; or null, if the data is not available in the specified format.
Show: