WebUISearchActivatedEventArgs.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 a SearchPaneQueryLinguisticDetails object that provides info about query text that the user enters through an Input Method Editor (IME).
public:
property SearchPaneQueryLinguisticDetails ^ LinguisticDetails { SearchPaneQueryLinguisticDetails ^ get(); };
SearchPaneQueryLinguisticDetails LinguisticDetails();
public SearchPaneQueryLinguisticDetails LinguisticDetails { get; }
var searchPaneQueryLinguisticDetails = webUISearchActivatedEventArgs.linguisticDetails;
Public ReadOnly Property LinguisticDetails As SearchPaneQueryLinguisticDetails
Property Value
The object that provides info about query text.