Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 988 Bytes

selectablewordssegmenter_gettokenat_467343.md

File metadata and controls

31 lines (22 loc) · 988 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Data.Text.SelectableWordsSegmenter.GetTokenAt(System.String,System.UInt32)
winrt method
xbox

Windows.Data.Text.SelectableWordsSegmenter.GetTokenAt

-description

Determines and returns the selectable word or word stem which contains or follows a specified index into the provided text.

-parameters

-param text

Provided text in which a word or word stem is to be selected.

-param startIndex

A zero-based index into text. It must be less than the length of text.

-returns

A SelectableWordSegment that represents the selected word or word stem.

-remarks

Note that some languages do not use spaces (such as Japanese or Chinese) and some languages may return multiple word stems for compound words (such as German).

-examples

-see-also