IEditorFormatMap.BeginBatchUpdate 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.
Begins a batch update on this IEditorFormatMap. Events will not be raised until EndBatchUpdate() is called.
public:
void BeginBatchUpdate();
public:
void BeginBatchUpdate();
void BeginBatchUpdate();
public void BeginBatchUpdate ();
abstract member BeginBatchUpdate : unit -> unit
Public Sub BeginBatchUpdate ()
Exceptions
BeginBatchUpdate() was called for a second time without calling EndBatchUpdate().
Remarks
You must call EndBatchUpdate() in order to re-enable FormatMappingChanged events.