GetDataAsync Method
Retrieves data in a specified format from the Clipboard.
Definition
Namespace: Avalonia.Input.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
Task<Object?> GetDataAsync(
string format
)
Function GetDataAsync (
format As String
) As Task(Of Object)
abstract GetDataAsync :
format : string -> Task<Object>
Parameters
- String
- A string that specifies the format of the data to retrieve. For a set of predefined data formats, see the DataFormats class.