IVsProjectBuildSystem.StartBatchEdit Method

Definition

Starts a batch operation with MSBuild.

public:
 int StartBatchEdit();
public:
 int StartBatchEdit();
int StartBatchEdit();
public int StartBatchEdit ();
abstract member StartBatchEdit : unit -> int
Public Function StartBatchEdit () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The CancelBatchEditStartBatchEdit, and EndBatchEdit methods force the build system into batch mode. In batch mode, any changes or properties set after a call to StartBatchEdit are not committed to the IDE compilers until a call to EndBatchEdit.

Applies to