Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.33 KB

semantictextquery_semantictextquery_1571897524.md

File metadata and controls

31 lines (22 loc) · 1.33 KB
-api-id -api-type -api-device-family-note
M:Windows.Data.Text.SemanticTextQuery.#ctor(System.String,System.String)
winrt method
xbox

Windows.Data.Text.SemanticTextQuery.SemanticTextQuery

-description

Creates a SemanticTextQuery from an Advanced Query Syntax (AQS) query string and a language tag.

-parameters

-param aqsFilter

An Advanced Query Syntax (AQS) string that contains the desired query. Learn more in Advanced Query Syntax.

-param filterLanguage

The BCP-47 language tag to be employed in the query.

To see a list of the language tags specifically supported by the Microsoft Store, see Choosing your languages.

-remarks

filterLanguage permits queries to work with language differences. For example, if aqsFilter is "19,5" and filterLanguage is "pl" (Polish), a call to Find against text that includes "19.5" returns a text segment because it is understood that the comma is the decimal separator in Polish.

-examples

-see-also

SemanticTextQuery(String)