IEditorFormatMap::EndBatchUpdate Method ()
Visual Studio 2015
Ends a batch update on this IEditorFormatMap and raises an event if any changes were made during the batch update.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | EndBatchUpdate was called without calling BeginBatchUpdate first. |
You must call EndBatchUpdate in order to re-enable FormatMappingChanged events if BeginBatchUpdate was called.
Show: