예제 #1
0
        int IVsSolutionLoadEvents.OnBeforeLoadProjectBatch(bool fIsBackgroundIdleBatch)
        {
            IVsSolutionLoadEvents hostService =
                (IVsSolutionLoadEvents)GetService(typeof(IHostService));

            return(hostService.OnBeforeLoadProjectBatch(fIsBackgroundIdleBatch));
        }