Share via


IVsSolutionBuildManager Members

Include Protected Members
Include Inherited Members

Allows solutions to manage configuration information.

The IVsSolutionBuildManager type exposes the following members.

Methods

 

Name

Description

Public method

AdviseUpdateSolutionEvents

Adds the caller to the list of listeners for IVsUpdateSolutionEvents events.

Public method

CanCancelUpdateSolutionConfiguration

Enables or disables the Cancel menu item.

Public method

CancelUpdateSolutionConfiguration

Cancels the update solution configuration.

Public method

DebugLaunch

Launches the startup project specified by the solution as the debug project.

Public method

FindActiveProjectCfg

Determines the project configuration that is currently active.

Public method

get_CodePage

Obsolete method. Do not use.

Public method

get_IsDebug

Obsolete method. Do not use.

Public method

get_StartupProject

Programmatic method to get the startup project that will be run when the F5 key is pressed.

Public method

GetProjectDependencies

Returns a list of projects that the given hierarchy depends on.

Public method

put_CodePage

Obsolete method. Do not use.

Public method

put_IsDebug

Obsolete method. Do not use.

Public method

QueryBuildManagerBusy

Determines if the build manager is busy.

Public method

QueryDebugLaunch

Determines whether or not the F5 (debug start) key should be enabled.

Public method

set_StartupProject

Sets the startup project that will be run when the F5 key is pressed.

Public method

StartSimpleUpdateProjectConfiguration

This is a variant of the update command that allows you to build, clean, deploy, or launch a single project configuration.

Public method

StartSimpleUpdateSolutionConfiguration

Builds, cleans, or deploys a list of solutions.

Public method

UnadviseUpdateSolutionEvents

Removes the caller from the list of listeners for IVsUpdateSolutionEvents2 events.

Public method

UpdateSolutionConfigurationIsActive

Checks for any build, clean, or deploy action in progress.

Top

See Also

Reference

IVsSolutionBuildManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace