SearchPopupNavigationService.SetIsNavigable(FrameworkElement, Boolean) Méthode
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.
Définit la propriété IsNavigable.
public:
static void SetIsNavigable(System::Windows::FrameworkElement ^ element, bool value);
public static void SetIsNavigable (System.Windows.FrameworkElement element, bool value);
static member SetIsNavigable : System.Windows.FrameworkElement * bool -> unit
Public Shared Sub SetIsNavigable (element As FrameworkElement, value As Boolean)
Paramètres
- element
- FrameworkElement
Élément pour lequel définir l’indicateur.
- value
- Boolean
Valeur à laquelle l’indicateur est défini.