Windows.UI.Xaml.Controls.TextBox.SelectedText
-description
Gets or sets the content of the current selection in the text box.
-xaml-syntax
<TextBox SelectedText="string"/>
-property-value
The currently selected text in the text box. If no text is selected, the value is String.Empty.