Fonction UiaRaiseActiveTextPositionChangedEvent (uiautomationcoreapi.h)
Appelé par un fournisseur pour informer microsoft UI Automation core que la position au sein d’un contrôle de texte a changé par programmation.
Syntaxe
HRESULT UiaRaiseActiveTextPositionChangedEvent(
[in] IRawElementProviderSimple *provider,
[in, optional] ITextRangeProvider *textRange
);
Paramètres
[in] provider
Type : IRawElementProviderSimple*
Nœud de fournisseur dans lequel le changement de position dans le texte s’est produit.
[in, optional] textRange
Type : ITextRangeProvider*
Modification de plage de texte qui s’est produite, le cas échéant.
Valeur retournée
Type : HRESULT
Si cette fonction 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 8.1 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2012 R2 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | uiautomationcoreapi.h |
Bibliothèque | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |
Voir aussi
IUIAutomation6 ::AddActiveTextPositionChangedEventHandler, IUIAutomation6 ::RemoveActiveTextPositionChangedEventHandlerHandler, IUIAutomationEventHandlerGroup ::AddActiveTextPositionChangedEventHandlerHandler