IVsSolutionBuildManager2::CalculateProjectDependencies Method ()
Visual Studio 2015
Forces dependencies to be recalculated.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Call this method to force project dependencies to be recalculated. This method should be called prior to calling GetProjectDependencies if you are unsure if the dependencies are up to date at the point of the call.
Also, call this method if you have changed the project dependencies provided by your project's IVsDependencyProvider.
Show: