IUIAutomationTextRange ::FindText, méthode (uiautomationclient.h)

Récupère un sous-ensemble de plage de texte qui contient le texte spécifié.

Syntaxe

HRESULT FindText(
  [in]          BSTR                   text,
  [in]          BOOL                   backward,
  [in]          BOOL                   ignoreCase,
  [out, retval] IUIAutomationTextRange **found
);

Paramètres

[in] text

Type : BSTR

Texte à rechercher.

[in] backward

Type : BOOL

TRUE si la dernière plage de texte doit être retournée au lieu de la première ; sinon , FALSE.

[in] ignoreCase

Type : BOOL

TRUE si la casse doit être ignorée ; sinon , FALSE.

[out, retval] found

Type : IUIAutomationTextRange**

Reçoit un pointeur vers la plage de texte ou NULL si aucune correspondance n’est trouvée.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

Il n’existe aucune distinction entre le texte masqué et le texte visible.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista, Windows XP avec SP3 et Mise à jour de plateforme pour Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008, Windows Server 2003 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête uiautomationclient.h (incluez UIAutomation.h)

Voir aussi

IUIAutomationTextRange

UI Automation prise en charge du contenu textuel