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

OnActiveProjectCfgChange() public method

Called when the active project configuration for a project in the solution has changed.
public OnActiveProjectCfgChange ( IVsHierarchy hierarchy ) : int
hierarchy IVsHierarchy The project whose configuration has changed.
return int
        public virtual int OnActiveProjectCfgChange(IVsHierarchy hierarchy)
        {
            return VSConstants.E_NOTIMPL;
        }