IClassificationFormatMap.EndBatchUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
EndBatchUpdate() was called without calling BeginBatchUpdate().
Remarks
You must callEndBatchUpdate() in order to re-enable ClassificationFormatMappingChanged events if BeginBatchUpdate() was called.