Clipboard.SetText Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets Unicode text data to store on the clipboard, for later access with GetText.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- text
- Type: System.String
A string that contains the Unicode text data to store on the clipboard.
Show: