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 plage de texte qui a l’ID d’attribut et la valeur d’attribut spécifiés.
public:
ITextRangeProvider ^ FindAttribute(int attributeId, Platform::Object ^ value, bool backward);
ITextRangeProvider FindAttribute(int const& attributeId, IInspectable const& value, bool const& backward);
public ITextRangeProvider FindAttribute(int attributeId, object value, bool backward);
function findAttribute(attributeId, value, backward)
Public Function FindAttribute (attributeId As Integer, value As Object, backward As Boolean) As ITextRangeProvider
Paramètres
- attributeId
-
Int32
int
ID d’attribut à rechercher.
- value
-
Object
Platform::Object
IInspectable
Valeur d'attribut à rechercher. Cette valeur doit correspondre au type spécifié pour l'attribut.
- backward
-
Boolean
bool
true si la dernière plage de texte en cours doit être retournée au lieu de la première ; sinon, false.
Retours
Plage de texte qui a un ID d’attribut et une valeur d’attribut correspondants ; sinon null.