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

UpdateSolution_StartUpdate() public method

Called before the first project configuration is about to be built.
public UpdateSolution_StartUpdate ( int &pfCancelUpdate ) : int
pfCancelUpdate int A flag indicating cancel update.
return int
        public virtual int UpdateSolution_StartUpdate(ref int pfCancelUpdate)
        {
            return VSConstants.E_NOTIMPL;
        }