言語

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 文字数を示します。

適用対象