Partager via


Méthode ITextStory::GetIndex (tom.h)

Obtient l’index d’un article.

Syntaxe

HRESULT GetIndex(
  [out, retval] long *pValue
);

Paramètres

[out, retval] pValue

Type : long*

Index.

Valeur retournée

Type : HRESULT

Si la méthode réussit, elle retourne NOERROR. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

L’index est utilisé avec la méthode ITextDocument2:: GetStory .

Configuration requise

   
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête tom.h

Voir aussi

ITextStory