SelectableWordsSegmenter.GetTokenAt(String, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會決定並傳回可選取的單字或字幹,其中包含或追蹤所提供文字中的指定索引。
public:
virtual SelectableWordSegment ^ GetTokenAt(Platform::String ^ text, unsigned int startIndex) = GetTokenAt;
SelectableWordSegment GetTokenAt(winrt::hstring const& text, uint32_t const& startIndex);
public SelectableWordSegment GetTokenAt(string text, uint startIndex);
function getTokenAt(text, startIndex)
Public Function GetTokenAt (text As String, startIndex As UInteger) As SelectableWordSegment
參數
- text
-
String
Platform::String
winrt::hstring
提供要選取單字或字幹的文字。
- startIndex
-
UInt32
unsigned int
uint32_t
以零起始的索引轉換成 文字。 它必須小於 文字的長度。
傳回
代表所選取單字或字幹的 SelectableWordSegment 。
備註
請注意,某些語言不會使用空格 (,例如日文或中文) ,有些語言可能會針對複合字 (傳回多個字幹,例如德文) 。