Partager via


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

Obtient un nouvel affichage pour une histoire.

Syntaxe

HRESULT GetDisplay(
  [out, retval] IUnknown **ppDisplay
);

Paramètres

[out, retval] ppDisplay

Type : IUnknown**

Interface IUnknown pour un affichage.

Valeur retournée

Type : HRESULT

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

Remarques

Une histoire peut être affichée en appelant ITextStory ::SetActive(tomDisplayActive). La méthode ITextStory ::GetDisplay est incluse, au cas où il serait avantageux d’avoir plusieurs affichages pour un ensemble d’interfaces ITextStory .

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

Voir aussi

ITextStory