Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.UpdateSolution_Begin C# (CSharp) 메소드

UpdateSolution_Begin() 공개 메소드

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.
리턴 int
        public virtual int UpdateSolution_Begin(ref int cancelUpdate)
        {
            return VSConstants.E_NOTIMPL;
        }