IVsSolutionBuildManager3 Interface

Provides access to IVsUpdateSolutionEvents3 events.

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

Syntax

'Declaration
<GuidAttribute("B6EA87ED-C498-4484-81AC-0BED187E28E6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSolutionBuildManager3
[GuidAttribute("B6EA87ED-C498-4484-81AC-0BED187E28E6")]
[InterfaceTypeAttribute()]
public interface IVsSolutionBuildManager3
[GuidAttribute(L"B6EA87ED-C498-4484-81AC-0BED187E28E6")]
[InterfaceTypeAttribute()]
public interface class IVsSolutionBuildManager3
[<GuidAttribute("B6EA87ED-C498-4484-81AC-0BED187E28E6")>]
[<InterfaceTypeAttribute()>]
type IVsSolutionBuildManager3 =  interface end
public interface IVsSolutionBuildManager3

The IVsSolutionBuildManager3 type exposes the following members.

Methods

  Name Description
Public method AdviseUpdateSolutionEvents3 Establishes client notification of solution events.
Public method AreProjectsUpToDate Determines if projects are up to date.
Public method HasHierarchyChangedSinceLastDTEE Determines whether the hierarchy has changed since last design time expression evaluation.
Public method QueryBuildManagerBusyEx Determines if the build manager is busy.
Public method UnadviseUpdateSolutionEvents3 Removes the caller from the list of listeners for IVsUpdateSolutionEvents3 events.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace