IClassificationFormatMap.IsInBatchUpdate Property

Determines whether this IClassificationFormatMap is in the middle of a batch update.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
ReadOnly Property IsInBatchUpdate As Boolean
bool IsInBatchUpdate { get; }
property bool IsInBatchUpdate {
    bool get ();
}
abstract IsInBatchUpdate : bool
function get IsInBatchUpdate () : boolean

Property Value

Type: System.Boolean
true if this IClassificationFormatMap is in the middle of a batch update, otherwise false.

.NET Framework Security

See Also

Reference

IClassificationFormatMap Interface

Microsoft.VisualStudio.Text.Classification Namespace