SearchPopupNavigationService.GetIsCurrentLocation(FrameworkElement) 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.
Obtient ou définit l’indicateur qui spécifie si l’élément spécifié est l’emplacement actuel.
public:
static bool GetIsCurrentLocation(System::Windows::FrameworkElement ^ element);
public static bool GetIsCurrentLocation (System.Windows.FrameworkElement element);
static member GetIsCurrentLocation : System.Windows.FrameworkElement -> bool
Public Shared Function GetIsCurrentLocation (element As FrameworkElement) As Boolean
Paramètres
- element
- FrameworkElement
Élément à vérifier.
Retours
Retourne true si l’élément est l’emplacement actuel ; sinon, retourne false .