SearchBox.SearchHistoryEnabled 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 valeur qui détermine si les suggestions de recherche sont effectuées à partir de l’historique de recherche.
public:
property bool SearchHistoryEnabled { bool get(); void set(bool value); };
bool SearchHistoryEnabled();
void SearchHistoryEnabled(bool value);
public bool SearchHistoryEnabled { get; set; }
var boolean = searchBox.searchHistoryEnabled;
searchBox.searchHistoryEnabled = boolean;
Public Property SearchHistoryEnabled As Boolean
<SearchBox SearchHistoryEnabled="bool"/>
Valeur de propriété
Boolean
bool
true si les suggestions de recherche sont effectuées à partir de l’historique de recherche ; sinon, false. La valeur par défaut est true.