IDataObject.

Get(string) Method

Summary

Tries to get the data of the given DataFormat.
Namespace
Avalonia.Input
Containing Type
IDataObject

Syntax

object? Get(string dataFormat)

Parameters

Name Type Description
dataFormat string

Return Value

Type Description
object?