Method SetClipboardText
SetClipboardText(string)
Sets the text in the clipboard.
Declaration
Task SetClipboardText(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The text that needs to be set in the clipboard. |
Returns
Type | Description |
---|---|
Task | An awaitable Task that can be used for continuation when the clipboard operation is done. |