IClassificationFormatMap.IsInBatchUpdate 属性

确定 IClassificationFormatMap 是否处于批量更新中。

命名空间:  Microsoft.VisualStudio.Text.Classification
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
ReadOnly Property IsInBatchUpdate As Boolean
bool IsInBatchUpdate { get; }
property bool IsInBatchUpdate {
    bool get ();
}
abstract IsInBatchUpdate : bool with get
function get IsInBatchUpdate () : boolean

属性值

类型:Boolean
true ,如果此 IClassificationFormatMap 处于批量更新中,否则 false。

.NET Framework 安全性

请参阅

参考

IClassificationFormatMap 接口

Microsoft.VisualStudio.Text.Classification 命名空间