IVsSolutionBuildManager Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodAdviseUpdateSolutionEvents(IVsUpdateSolutionEvents^, UInt32)

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

System_CAPS_pubmethodCanCancelUpdateSolutionConfiguration(Int32)

Enables or disables the Cancel menu item.

System_CAPS_pubmethodCancelUpdateSolutionConfiguration()

Cancels the update solution configuration.

System_CAPS_pubmethodDebugLaunch(UInt32)

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

System_CAPS_pubmethodFindActiveProjectCfg(IntPtr, IntPtr, IVsHierarchy^, array<IVsProjectCfg^>^)

Determines the project configuration that is currently active.

System_CAPS_pubmethodget_CodePage(UInt32)

Obsolete method. Do not use.

System_CAPS_pubmethodget_IsDebug(Int32)

Obsolete method. Do not use.

System_CAPS_pubmethodget_StartupProject(IVsHierarchy^)

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

System_CAPS_pubmethodGetProjectDependencies(IVsHierarchy^, UInt32, array<IVsHierarchy^>^, array<UInt32>^)

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

System_CAPS_pubmethodput_CodePage(UInt32)

Obsolete method. Do not use.

System_CAPS_pubmethodput_IsDebug(Int32)

Obsolete method. Do not use.

System_CAPS_pubmethodQueryBuildManagerBusy(Int32)

Determines if the build manager is busy.

System_CAPS_pubmethodQueryDebugLaunch(UInt32, Int32)

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

System_CAPS_pubmethodset_StartupProject(IVsHierarchy^)

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

System_CAPS_pubmethodStartSimpleUpdateProjectConfiguration(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.

System_CAPS_pubmethodStartSimpleUpdateSolutionConfiguration(UInt32, UInt32, Int32)

Builds, cleans, or deploys a list of solutions.

System_CAPS_pubmethodUnadviseUpdateSolutionEvents(UInt32)

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

System_CAPS_pubmethodUpdateSolutionConfigurationIsActive(Int32)

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

Return to top
Show: