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