Share via


IVsProjectBuildSystem.EndBatchEdit Method

Definition

Ends a batch operation and commits the changes.

public:
 int EndBatchEdit();
public:
 int EndBatchEdit();
int EndBatchEdit();
public int EndBatchEdit ();
abstract member EndBatchEdit : unit -> int
Public Function EndBatchEdit () 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