Partager via


ITextRangeProvider.FindAttribute(Int32, Object, Boolean) Méthode

Définition

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.

S’applique à