IVsSolutionBuildManager2::CalculateProjectDependencies Method ()

 

Forces dependencies to be recalculated.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int CalculateProjectDependencies()

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

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.

Return to top
Show: