Clipboard.GetTextAsync Method

Definition

Returns any text that is on the clipboard.

public static System.Threading.Tasks.Task<string> GetTextAsync ();

Returns

Returns text that is on the clipboard, or null if there is none.

Applies to