SetText Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Shared Sub SetText ( _
	text As String _
)

Parameters

text
Type: System.String
A string that contains the Unicode text data to store on the clipboard.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft