FocusManager.FindFirstFocusableElement(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 premier élément qui peut recevoir le focus en fonction de l’étendue spécifiée.
public:
static DependencyObject ^ FindFirstFocusableElement(DependencyObject ^ searchScope);
static DependencyObject FindFirstFocusableElement(DependencyObject const& searchScope);
public static DependencyObject FindFirstFocusableElement(DependencyObject searchScope);
function findFirstFocusableElement(searchScope)
Public Shared Function FindFirstFocusableElement (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
Premier 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)
|