RichEditTextRange.InRange(ITextRange) 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.
Détermine si cette plage se trouve dans ou dans le même texte qu’une plage spécifiée.
public:
virtual bool InRange(ITextRange ^ range) = InRange;
bool InRange(ITextRange const& range);
public bool InRange(ITextRange range);
function inRange(range)
Public Function InRange (range As ITextRange) As Boolean
Paramètres
- range
- ITextRange
Texte comparé à la plage actuelle.
Retours
Boolean
bool
Résultat de la comparaison. Le résultat peut être null. La méthode retourne true si la plage se trouve dans ou au même texte que ITextRange ; sinon, elle retourne false.