TextRunCache.Change(Int32, Int32, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TextRun의 텍스트 내용 또는 텍스트 런(Text Run) 속성이 추가, 제거 또는 교체될 때 캐시의 변경 내용을 텍스트 엔진 클라이언트에 알립니다.
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 문자 수를 나타냅니다.