共用方式為


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