Partager via


ITextStrings ::InsertNullStr, méthode (tom.h)

Insère une chaîne NULL dans la collection au niveau d’un index de chaîne sélectionné.

Syntaxe

HRESULT InsertNullStr(
  [in] long iString
);

Paramètres

[in] iString

Type : long

Index de chaîne.

Valeur retournée

Type : HRESULT

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

Remarques

L’index étant relatif au haut de la collection, iString = 0 insère la chaîne NULL en haut, iString = –1 l’insère sous la chaîne supérieure, et ainsi de suite.

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

ITextStrings