Partager via


ITextStory ::GetProperty, méthode (tom.h)

Obtient la valeur de la propriété spécifiée.

Syntaxe

HRESULT GetProperty(
  [in]  long Type,
  [out] long *pValue
);

Paramètres

[in] Type

Type : long

ID de la propriété. Actuellement, aucune propriété supplémentaire n’est définie.

[out] pValue

Type : long*

Valeur de la propriété.

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

Voir aussi

ITextStory

ITextStory ::SetProperty