Implemented interface member:
method
Tokenize
MS.Internal.WindowsRuntime.Windows.Data.Text.IWordsSegmenter.Tokenize(System.String, System.UInt32, MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegmentsTokenizingHandler)
1 reference to Tokenize
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
397public void Tokenize(string text, uint startIndex, WordSegmentsTokenizingHandler handler) => _default.Tokenize(text, startIndex, handler);