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

UpdateProjectCfg_Done() public method

Called right after a project configuration is finished building.
The values for the action are defined in the enum _SLNUPDACTION env\msenv\core\slnupd2.h
public UpdateProjectCfg_Done ( IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, int success, int cancel ) : int
hierarchy IVsHierarchy The project that has finished building.
configProject IVsCfg A configuration project object.
configSolution IVsCfg A configuration solution object.
action uint The action taken.
success int Flag indicating success.
cancel int Flag indicating cancel.
return int
        public virtual int UpdateProjectCfg_Done(IVsHierarchy hierarchy, IVsCfg configProject, IVsCfg configSolution, uint action, int success, int cancel)
        {
            return VSConstants.E_NOTIMPL;
        }