예제 #1
0
        int IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch(out bool pfShouldDelayLoadToNextIdle)
        {
            IVsSolutionLoadEvents hostService =
                (IVsSolutionLoadEvents)GetService(typeof(IHostService));

            return(hostService.OnQueryBackgroundLoadProjectBatch(out pfShouldDelayLoadToNextIdle));
        }