Partager via


Méthode ITextDocument2 ::GetStory (tom.h)

Récupère l’histoire qui correspond à un index particulier.

Syntaxe

HRESULT GetStory(
  [in]          long       Index,
  [out, retval] ITextStory **ppStory
);

Paramètres

[in] Index

Type : long

Index de l’histoire à récupérer.

[out, retval] ppStory

Type : ITextStory**

L’histoire.

Valeur retournée

Type : HRESULT

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

Spécifications

Condition requise Valeur
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
DLL Msftedit.dll

Voir aussi

ITextDocument2