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

OnBeforeActiveSolutionCfgChange() public method

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