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 命名空间