SearchPaneQueryChangedEventArgs.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 SearchPaneQueryLinguisticDetails ^ LinguisticDetails { SearchPaneQueryLinguisticDetails ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("ISearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.ApplicationModel.Search.SearchContract)]
SearchPaneQueryLinguisticDetails LinguisticDetails();
/// [get: Windows.Foundation.Metadata.Deprecated("ISearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")]
SearchPaneQueryLinguisticDetails LinguisticDetails();
public SearchPaneQueryLinguisticDetails LinguisticDetails { [Windows.Foundation.Metadata.Deprecated("ISearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.ApplicationModel.Search.SearchContract))] get; }
public SearchPaneQueryLinguisticDetails LinguisticDetails { [Windows.Foundation.Metadata.Deprecated("ISearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")] get; }
var searchPaneQueryLinguisticDetails = searchPaneQueryChangedEventArgs.linguisticDetails;
Public ReadOnly Property LinguisticDetails As SearchPaneQueryLinguisticDetails

Property Value

An object that provides linguistic information about the query text.

Implements

Attributes

Remarks

Important

To implement search in an app for Windows 10 or later, use AutoSuggestBox. See Auto-suggest box for more info.

You should not use Windows.ApplicationModel.Search APIs (SearchPane, SearchContract) or SearchBox APIs in apps for Windows 10 or later.

Applies to

See also