IVsSolutionBuildManager Methods
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseUpdateSolutionEvents(IVsUpdateSolutionEvents^, UInt32) | Adds the caller to the list of listeners for IVsUpdateSolutionEvents events. |
![]() | CanCancelUpdateSolutionConfiguration(Int32) | Enables or disables the Cancel menu item. |
![]() | CancelUpdateSolutionConfiguration() | Cancels the update solution configuration. |
![]() | DebugLaunch(UInt32) | Launches the startup project specified by the solution as the debug project. |
![]() | FindActiveProjectCfg(IntPtr, IntPtr, IVsHierarchy^, array<IVsProjectCfg^>^) | Determines the project configuration that is currently active. |
![]() | get_CodePage(UInt32) | Obsolete method. Do not use. |
![]() | get_IsDebug(Int32) | Obsolete method. Do not use. |
![]() | get_StartupProject(IVsHierarchy^) | Programmatic method to get the startup project that will be run when the F5 key is pressed. |
![]() | GetProjectDependencies(IVsHierarchy^, UInt32, array<IVsHierarchy^>^, array<UInt32>^) | Returns a list of projects that the given hierarchy depends on. |
![]() | put_CodePage(UInt32) | Obsolete method. Do not use. |
![]() | put_IsDebug(Int32) | Obsolete method. Do not use. |
![]() | QueryBuildManagerBusy(Int32) | Determines if the build manager is busy. |
![]() | QueryDebugLaunch(UInt32, Int32) | Determines whether or not the F5 (debug start) key should be enabled. |
![]() | set_StartupProject(IVsHierarchy^) | Sets the startup project that will be run when the F5 key is pressed. |
![]() | StartSimpleUpdateProjectConfiguration(IVsHierarchy^, IVsHierarchy^, String^, UInt32, UInt32, Int32) | This is a variant of the update command that allows you to build, clean, deploy, or launch a single project configuration. |
![]() | StartSimpleUpdateSolutionConfiguration(UInt32, UInt32, Int32) | Builds, cleans, or deploys a list of solutions. |
![]() | UnadviseUpdateSolutionEvents(UInt32) | Removes the caller from the list of listeners for IVsUpdateSolutionEvents2 events. |
![]() | UpdateSolutionConfigurationIsActive(Int32) | Checks for any build, clean, or deploy action in progress. |
