ITextRange.InStory(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 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
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.