LanguageResourcePhraseList members
Represents the list of language resource phrases used to enhance the effectiveness of a search.
The LanguageResourcePhraseList type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of language resource phrases in the list. | |
Item | Gets the language resource phrase based on the specified key. |
Top
Methods
Name | Description | |
---|---|---|
AddPhrase(Guid, String, String) | ||
AddPhrase(Guid, String, String, String) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator to iterate through the collection of language resource phrases. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveAllPhrases | ||
ToString | (Inherited from Object.) | |
TryGetPhrase |
Top