TextRunCache.Change(Int32, Int32, Int32) 方法

定义

在添加、移除或替换 TextRun 的文本内容或文本运行属性时,向文本引擎客户端通知缓存发生了更改。

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)

参数

textSourceCharacterIndex
Int32

指定最先发生更改的 TextSource 字符索引位置。

addition
Int32

指示要添加的 TextSource 字符的数目。

removal
Int32

指示要移除的 TextSource 字符的数目。

适用于