LanguageResource members
Provides a set of LanguageResourcePhraseList objects in which to store the language resource phrases and their mappings.
The LanguageResource type exposes the following members.
Properties
Name | Description | |
---|---|---|
CharacterMapList | Gets a list of the character-mapping phrases using a specific CultureInfo object. | |
Culture | Gets the specific culture information used by the LanguageResourcePhrase. | |
FirstNameMapList | Gets the list of first-name mapping phrases. | |
LastNameMapList | Gets the list of last-name mapping phrases. | |
NicknameList | Gets the list of nickname mapping phrases. | |
QuerySuggestionsAlwaysSuggestList | Gets the list of phrases that are always displayed when the user is typing a search query. | |
QuerySuggestionsBlockList | Gets the list of query suggestions that are not to be displayed in a list of possible refinements to the search query. | |
QuerySuggestionsSubstitutions | Gets the list of query suggestion substitutions displayed when the user is typing a search query. | |
SpellingSuggestionsAlwaysSuggestList | Gets the list of phrases that are always suggested when the user has entered a different spelling of a phrase in a search query. | |
SpellingSuggestionsBlockList | Gets the list of spelling suggestions that are not displayed when the user is typing a search query. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top