SearchSuggestionsRequestedEventArgs.LinguisticDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).
public:
property SearchQueryLinguisticDetails ^ LinguisticDetails { SearchQueryLinguisticDetails ^ get(); };
SearchQueryLinguisticDetails LinguisticDetails();
public SearchQueryLinguisticDetails LinguisticDetails { get; }
var searchQueryLinguisticDetails = searchSuggestionsRequestedEventArgs.linguisticDetails;
Public ReadOnly Property LinguisticDetails As SearchQueryLinguisticDetails
Property Value
An object that provides linguistic information about the query text.