ITextRangeProvider.FindAttribute(Int32, Object, Boolean) 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.
Retourne un sous-ensemble de la plage de texte qui a la valeur d'attribut spécifiée.
public:
System::Windows::Automation::Provider::ITextRangeProvider ^ FindAttribute(int attribute, System::Object ^ value, bool backward);
public System.Windows.Automation.Provider.ITextRangeProvider FindAttribute (int attribute, object value, bool backward);
abstract member FindAttribute : int * obj * bool -> System.Windows.Automation.Provider.ITextRangeProvider
Public Function FindAttribute (attribute As Integer, value As Object, backward As Boolean) As ITextRangeProvider
Paramètres
- attribute
- Int32
Attribut à rechercher.
- value
- Object
Valeur d'attribut à rechercher. Cette valeur doit correspondre au type spécifié pour l'attribut.
- backward
- Boolean
true
si la dernière plage de texte doit être retournée à la place de la première ; sinon, false
.
Retours
Plage de texte dont l’attribut et la valeur d’attribut correspondent ; sinon, null (Nothing
en Visual Basic).
Remarques
Il n’existe aucune différenciation entre le texte masqué et visible.