Clipboard Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Clipboard type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContainsText | Queries the clipboard for the presence of data in the UnicodeText format. |
|
GetText | Infrastructure. This method is not supported on Windows Phone. Calling this method will cause a SecurityException to occur. |
|
SetText | Sets Unicode text data to store on the clipboard, for later access with GetText. |
Show: