IClassificationFormatMap::BeginBatchUpdate Method ()
Visual Studio 2015
Begins a batch update on this IClassificationFormatMap. Events will not be raised until EndBatchUpdate is called.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | BeginBatchUpdate was called for a second time without calling EndBatchUpdate. |
You must call EndBatchUpdate in order to re-enable ClassificationFormatMappingChanged events.
Show: