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)

property bool IsInBatchUpdate {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: