IVsSolutionBuildManager4.UpdateProjectDependencies(IVsHierarchy) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forces the solution build manager to update dependencies for the specified project.
public:
int UpdateProjectDependencies(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHier);
public:
int UpdateProjectDependencies(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHier);
int UpdateProjectDependencies(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHier);
public int UpdateProjectDependencies (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHier);
abstract member UpdateProjectDependencies : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Public Function UpdateProjectDependencies (pHier As IVsHierarchy) As Integer
Parameters
- pHier
- IVsHierarchy
The IVsHierarchy that represents the project.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.