SelectableWordSegment.Text Property

Definition

Gets the text of the selected word identified by this SelectableWordSegment object.

public:
 property Platform::String ^ Text { Platform::String ^ get(); };
winrt::hstring Text();
public string Text { get; }
var string = selectableWordSegment.text;
Public ReadOnly Property Text As String

Property Value

String

Platform::String

winrt::hstring

The selected word.

Applies to