IVsSolutionBuildManager Members
Include Protected Members
Include Inherited Members
Allows solutions to manage configuration information.
The IVsSolutionBuildManager type exposes the following members.
Methods
Name
Description
Adds the caller to the list of listeners for IVsUpdateSolutionEvents events.
CanCancelUpdateSolutionConfiguration
Enables or disables the Cancel menu item.
CancelUpdateSolutionConfiguration
Cancels the update solution configuration.
Launches the startup project specified by the solution as the debug project.
Determines the project configuration that is currently active.
Obsolete method. Do not use.
Obsolete method. Do not use.
Programmatic method to get the startup project that will be run when the F5 key is pressed.
Returns a list of projects that the given hierarchy depends on.
Obsolete method. Do not use.
Obsolete method. Do not use.
Determines if the build manager is busy.
Determines whether or not the F5 (debug start) key should be enabled.
Sets the startup project that will be run when the F5 key is pressed.
StartSimpleUpdateProjectConfiguration
This is a variant of the update command that allows you to build, clean, deploy, or launch a single project configuration.
StartSimpleUpdateSolutionConfiguration
Builds, cleans, or deploys a list of solutions.
Removes the caller from the list of listeners for IVsUpdateSolutionEvents2 events.
UpdateSolutionConfigurationIsActive
Checks for any build, clean, or deploy action in progress.
Top