SetTextAsync Method
Stores text data on the Clipboard. The text data to store is specified as a string.
Definition
Namespace: Avalonia.Input.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
Task SetTextAsync(
string? text
)
Function SetTextAsync (
text As String
) As Task
abstract SetTextAsync :
text : string -> Task
Parameters
- String
- A string that contains the UnicodeText data to store on the Clipboard.
Return Value
TaskExceptions
ArgumentNullException | text is null. |