Méthode IRawElementProviderFragmentRoot ::GetFocus (uiautomationcore.h)
Récupère l’élément de ce fragment qui a le focus d’entrée.
Syntaxe
HRESULT GetFocus(
[out, retval] IRawElementProviderFragment **pRetVal
);
Paramètres
[out, retval] pRetVal
Type : IRawElementProviderFragment**
Reçoit un pointeur vers l’interface IRawElementProviderFragment de l’élément dans ce fragment qui a le focus d’entrée, le cas échéant ; sinon , NULL. Ce paramètre est passé sans être initialisé.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | uiautomationcore.h (incluez UIAutomation.h) |