IClassificationFormatMap.EndBatchUpdate Method

Ends a batch update on this IClassificationFormatMap and raises an event if any changes were made during the batch update.

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

Syntax

'Declaration
Sub EndBatchUpdate
void EndBatchUpdate()
void EndBatchUpdate()
abstract EndBatchUpdate : unit -> unit 
function EndBatchUpdate()

Exceptions

Exception Condition
InvalidOperationException

EndBatchUpdate was called without calling BeginBatchUpdate.

Remarks

You must call EndBatchUpdate in order to re-enable ClassificationFormatMappingChanged events if BeginBatchUpdate was called.

.NET Framework Security

See Also

Reference

IClassificationFormatMap Interface

Microsoft.VisualStudio.Text.Classification Namespace