IVsUpdateSolutionEvents::UpdateSolution_Done Method (Int32, Int32, Int32)
Visual Studio 2015
Called when a build is completed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- fSucceeded
-
Type:
System::Int32
[in] true if no update actions failed.
- fModified
-
Type:
System::Int32
[in] true if any update action succeeded.
- fCancelCommand
-
Type:
System::Int32
[in] true if update actions were canceled.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsUpdateSolutionEvents::UpdateSolution_Done( [in] BOOL fSucceeded, [in] BOOL fModified, [in] BOOL fCancelCommand );
Show: