Share via


WordSegment.Text Property

Definition

Gets the text of the word identified by this WordSegment object.

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

Property Value

String

Platform::String

winrt::hstring

The current word.

Applies to