SVsSolutionBuildManager Interface

Definition

Passed to GetService(Type) to return a reference to IVsSolutionBuildManager.

public interface class SVsSolutionBuildManager
public interface class SVsSolutionBuildManager
__interface SVsSolutionBuildManager
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("93E969D6-1AA0-455F-B208-6ED3C82B5C58")]
public interface SVsSolutionBuildManager
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("93E969D6-1AA0-455F-B208-6ED3C82B5C58")>]
type SVsSolutionBuildManager = interface
Public Interface SVsSolutionBuildManager
Attributes

Remarks

Implemented by the environment, IVsSolutionBuildManager and IVsSolutionBuildManager2 orchestrate the building of projects within the solution. The solution build manager manages the set of dependencies between projects at the project level and will build those projects in the correct order based on those dependencies.

Solution build dependencies are set using the Solution Configuration property pages.

The projects themselves supply the build system with information relating to their own items and the dependencies between those items.

Project build dependencies are set using the Project Configuration property pages.

For more information relating to Property Pages and setting configurations, see Property Pages and Managing Configuration Options.

Applies to