C# Класс WinRTXamlToolkit.Controls.AutoCompleteTextBox.AutoCompletable

Provides a common implementation for all autocomplete distance scoring and suggestion providing algorithms.
Наследование: IAutoCompletable
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSuggestedWords ( string wordToSuggest, ICollection suggestionDictionary ) : IList

Gets a list of suggested word completions for the specified word, given a dictionary of words.

Описание методов

GetSuggestedWords() публичный абстрактный Метод

Gets a list of suggested word completions for the specified word, given a dictionary of words.
public abstract GetSuggestedWords ( string wordToSuggest, ICollection suggestionDictionary ) : IList
wordToSuggest string Word/string to get suggestions for.
suggestionDictionary ICollection Dictionary of words to select suggestions from.
Результат IList