共用方式為


INormalizedTextChangeCollection.IncludesLineChanges 屬性

判斷此清單中是否有任何 ITextChange 物件具有非零的 LineCountDelta

命名空間:  Microsoft.VisualStudio.Text
組件:  Microsoft.VisualStudio.Text.Data (在 Microsoft.VisualStudio.Text.Data.dll 中)

語法

'宣告
ReadOnly Property IncludesLineChanges As Boolean
bool IncludesLineChanges { get; }
property bool IncludesLineChanges {
    bool get ();
}
abstract IncludesLineChanges : bool with get
function get IncludesLineChanges () : boolean

屬性值

類型:Boolean
true 如果至少一個ITextChange這份清單中有非零值LineCountDelta,否則false。

.NET Framework 安全性

請參閱

參考

INormalizedTextChangeCollection 介面

Microsoft.VisualStudio.Text 命名空間