Partager via


RichEditTextRange.InRange(ITextRange) Méthode

Définition

Détermine si cette plage se trouve dans ou au 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 dans le même texte que ITextRange ; sinon, il retourne false.

Implémente

S’applique à