IClassificationFormatMap.EndBatchUpdate Method

Definition

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

public:
 void EndBatchUpdate();
public:
 void EndBatchUpdate();
void EndBatchUpdate();
public void EndBatchUpdate ();
abstract member EndBatchUpdate : unit -> unit
Public Sub EndBatchUpdate ()

Exceptions

Remarks

You must callEndBatchUpdate() in order to re-enable ClassificationFormatMappingChanged events if BeginBatchUpdate() was called.

Applies to