FocusManager.FindLastFocusableElement(DependencyObject) 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.
Récupère le dernier élément qui peut recevoir le focus en fonction de l’étendue spécifiée.
public:
static DependencyObject ^ FindLastFocusableElement(DependencyObject ^ searchScope);
static DependencyObject FindLastFocusableElement(DependencyObject const& searchScope);
public static DependencyObject FindLastFocusableElement(DependencyObject searchScope);
function findLastFocusableElement(searchScope)
Public Shared Function FindLastFocusableElement (searchScope As DependencyObject) As DependencyObject
Paramètres
- searchScope
- DependencyObject
Objet racine à partir duquel effectuer la recherche. Si la valeur est null, l’étendue de recherche est la fenêtre active.
Retours
Dernier objet pouvant être mis au point.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|