GetTextAsync Method
Returns a string containing the text data on the Clipboard.
Definition
Namespace: Avalonia.Input.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
Task<string?> GetTextAsync()
Function GetTextAsync As Task(Of String)
abstract GetTextAsync : unit -> Task<string>
Return Value
Task(String)
A string containing text data in the specified data format, or an empty string if no corresponding text data is available.