TextRunCache.Change(Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在添加、移除或替换 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 字符的数目。