Partager via


TextRunCache.Change(Int32, Int32, Int32) Méthode

Définition

Notifie le client du moteur texte d'une modification apportée au cache lorsqu'un contenu de texte ou des propriétés de séquence de texte du TextRun sont ajoutés, supprimés ou remplacés.

public:
 void Change(int textSourceCharacterIndex, int addition, int removal);
public void Change (int textSourceCharacterIndex, int addition, int removal);
member this.Change : int * int * int -> unit
Public Sub Change (textSourceCharacterIndex As Integer, addition As Integer, removal As Integer)

Paramètres

textSourceCharacterIndex
Int32

Spécifie l'index de position des caractères TextSource du début de la modification.

addition
Int32

Indique le nombre de caractères TextSource à ajouter.

removal
Int32

Indique le nombre de caractères TextSource à supprimer.

S’applique à