IVsSolutionBuildManager4 Interface

Definition

Provides a method to force the solution build manager to update dependencies for the specified project.

public interface class IVsSolutionBuildManager4
public interface class IVsSolutionBuildManager4
__interface IVsSolutionBuildManager4
[System.Runtime.InteropServices.Guid("2C07342B-BA98-4235-983C-8638391A420A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionBuildManager4
[<System.Runtime.InteropServices.Guid("2C07342B-BA98-4235-983C-8638391A420A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionBuildManager4 = interface
Public Interface IVsSolutionBuildManager4
Attributes

Methods

UpdateProjectDependencies(IVsHierarchy)

Forces the solution build manager to update dependencies for the specified project.

Applies to