Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.UpdateSolution_Begin C# (CSharp) Method

UpdateSolution_Begin() public method

Called before any build actions have begun. This is the last chance to cancel the build before any building begins.
public UpdateSolution_Begin ( int &cancelUpdate ) : int
cancelUpdate int Flag indicating cancel update.
return int
        public virtual int UpdateSolution_Begin(ref int cancelUpdate)
        {
            return VSConstants.E_NOTIMPL;
        }