Partager via


Méthode ITextPara2 ::SetProperty (tom.h)

Définit la valeur de la propriété.

Syntaxe

HRESULT SetProperty(
  [in] long Type,
  [in] long Value
);

Paramètres

[in] Type

Type : long

ID de propriété de la valeur de propriété à définir. Consultez ITextPara2 ::GetProperty pour obtenir la liste des propriétés définies.

[in] Value

Type : long

Valeur de propriété à définir.

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

ITextPara2

ITextPara2 ::GetProperty