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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。