Partager via


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

Obtient l’histoire main.

Syntaxe

HRESULT GetMainStory(
  [out, retval] ITextStory **ppStory
);

Paramètres

[out, retval] ppStory

Type : ITextStory**

La main histoire.

Valeur retournée

Type : HRESULT

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

Remarques

Un contrôle d’édition enrichi inclut automatiquement le main article ; un appel à la méthode ITextDocument2 ::GetNewStory n’est pas nécessaire.

Configuration requise

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