IVsSolutionBuildManager4 Interface
Provides a method to force the solution build manager to update dependencies for the specified project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("2C07342B-BA98-4235-983C-8638391A420A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSolutionBuildManager4
[GuidAttribute("2C07342B-BA98-4235-983C-8638391A420A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionBuildManager4
[GuidAttribute(L"2C07342B-BA98-4235-983C-8638391A420A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSolutionBuildManager4
[<GuidAttribute("2C07342B-BA98-4235-983C-8638391A420A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionBuildManager4 = interface end
public interface IVsSolutionBuildManager4
The IVsSolutionBuildManager4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
UpdateProjectDependencies | Forces the solution build manager to update dependencies for the specified project. |
Top