SearchBoxQuerySubmittedEventArgs.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 information about query text that the user enters through an Input Method Editor (IME).
public:
property SearchQueryLinguisticDetails ^ LinguisticDetails { SearchQueryLinguisticDetails ^ get(); };
SearchQueryLinguisticDetails LinguisticDetails();
public SearchQueryLinguisticDetails LinguisticDetails { get; }
var searchQueryLinguisticDetails = searchBoxQuerySubmittedEventArgs.linguisticDetails;
Public ReadOnly Property LinguisticDetails As SearchQueryLinguisticDetails
Property Value
Linguistic information about query text that the user enters through an Input Method Editor (IME).