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

UpdateProjectCfg_Begin() public method

Called right before a project configuration begins to build.
The values for the action are defined in the enum _SLNUPDACTION env\msenv\core\slnupd2.h
public UpdateProjectCfg_Begin ( IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, int &cancel ) : int
hierarchy IVsHierarchy The project that is to be build.
configProject IVsCfg A configuration project object.
configSolution IVsCfg A configuration solution object.
action uint The action taken.
cancel int A flag indicating cancel.
return int
        public virtual int UpdateProjectCfg_Begin(IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, ref int cancel)
        {
            return VSConstants.E_NOTIMPL;
        }