QueryOptions.UserSearchFilter Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une chaîne AQS (Advanced Query Syntax) définie par l’utilisateur pour filtrer les fichiers par mots clés ou propriétés. Cette propriété est combinée avec ApplicationSearchFilter pour créer le filtre de recherche de la requête.
public:
property Platform::String ^ UserSearchFilter { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UserSearchFilter();
void UserSearchFilter(winrt::hstring value);
public string UserSearchFilter { get; set; }
var string = queryOptions.userSearchFilter;
queryOptions.userSearchFilter = string;
Public Property UserSearchFilter As String
Valeur de propriété
Simple mot clé ou chaîne conforme à la syntaxe de requête avancée (AQS). Pour plus d’informations, consultez Utilisation de la syntaxe de requête avancée par programmation.
Remarques
Windows génère la requête de recherche en combinant cette propriété avec la propriété ApplicationSearchFilter .