public int OnBeforeCloseSolution(object pUnkReserved) { if (m_saveListener != null) { m_saveListener.Shutdown(); } if (m_navigateListener != null) { m_navigateListener.Shutdown(); } if (m_exceptionListener != null) { m_exceptionListener.Shutdown(); } return(VSConstants.S_OK); }
public int OnBeforeCloseSolution(object pUnkReserved) { Log.Flush(); m_navigateListener.Shutdown(); return(VSConstants.S_OK); }