TextChange.IsInsert 屬性

定義

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得值,這個值表示這個文字變更是否為插入。

public bool IsInsert { get; }
member this.IsInsert : bool
Public ReadOnly Property IsInsert As Boolean

屬性值

如果此文字變更為插入,則為 true;否則為 false。

適用於