FileCodeModel2.BeginBatch Method

Definition

Suspends the occurrence of edit events until all changes to the code model have been applied.

public:
 void BeginBatch();
public:
 void BeginBatch();
void BeginBatch();
[System.Runtime.InteropServices.DispId(203)]
public void BeginBatch ();
[<System.Runtime.InteropServices.DispId(203)>]
abstract member BeginBatch : unit -> unit
Public Sub BeginBatch ()
Attributes

Remarks

BeginBatch defines the beginning of the batch.

Applies to