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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.