IVsSolutionBuildManager4.UpdateProjectDependencies(IVsHierarchy) Method

Definition

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.

Applies to