IVsProjectBuildSystem.CancelBatchEdit 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.
Cancels an MSBuild batch edit.
public:
int CancelBatchEdit();
public:
int CancelBatchEdit();
int CancelBatchEdit();
public int CancelBatchEdit ();
abstract member CancelBatchEdit : unit -> int
Public Function CancelBatchEdit () 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.