IVsUpdateSolutionEvents.UpdateSolution_Cancel 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.
Called when a build is being cancelled.
public:
int UpdateSolution_Cancel();
public:
int UpdateSolution_Cancel();
int UpdateSolution_Cancel();
public int UpdateSolution_Cancel ();
abstract member UpdateSolution_Cancel : unit -> int
Public Function UpdateSolution_Cancel () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.