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

OnAfterActiveSolutionCfgChange() public method

Fired after the active solution configuration is changed (oldActiveSlnCfg can be ).
public OnAfterActiveSolutionCfgChange ( IVsCfg oldActiveSlnCfg, IVsCfg newActiveSlnCfg ) : int
oldActiveSlnCfg IVsCfg Old configuration.
newActiveSlnCfg IVsCfg New configuration.
return int
        public virtual int OnAfterActiveSolutionCfgChange(IVsCfg oldActiveSlnCfg, IVsCfg newActiveSlnCfg)
        {
            return VSConstants.E_NOTIMPL;
        }