Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.UpdateSolution_StartUpdate C# (CSharp) Метод

UpdateSolution_StartUpdate() публичный Метод

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