SearchSuggestionsRequestedEventArgs.LinguisticDetails Property

Definition

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.

Applies to

See also