Partager via


ITextRange.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:
 bool InStory(ITextRange ^ range);
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.

S’applique à