Udostępnij za pośrednictwem


TextRunCache.Change(Int32, Int32, Int32) Metoda

Definicja

Powiadamia klienta aparatu tekstu o zmianie pamięci podręcznej po dodaniu, usunięciu lub zastąpieniu właściwości TextRun tekstu lub tekstu.

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)

Parametry

textSourceCharacterIndex
Int32

Określa położenie indeksu TextSource znaków początku zmiany.

addition
Int32

Wskazuje liczbę znaków do dodania TextSource .

removal
Int32

Wskazuje liczbę TextSource znaków do usunięcia.

Dotyczy