Partager via


RichEditTextRange.InStory(ITextRange) Méthode

Définition

Détermine si l’histoire de cette plage est identique à l’histoire d’une plage spécifiée.

public:
 virtual bool InStory(ITextRange ^ range) = InStory;
bool InStory(ITextRange const& range);
public bool InStory(ITextRange range);
function inStory(range)
Public Function InStory (range As ITextRange) As Boolean

Paramètres

range
ITextRange

Objet ITextRange dont l’histoire est comparée à l’histoire de cette plage.

Retours

Boolean

bool

Résultat de la comparaison. Le résultat peut être null. La méthode retourne true si l’histoire de cette plage est identique à celle de l’ITextRange ; sinon, il retourne false.

Implémente

S’applique à