Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
AdviseUpdateSolutionEvents3 | Establishes client notification of solution events. |
![]() |
AreProjectsUpToDate | Determines if projects are up to date. |
![]() |
HasHierarchyChangedSinceLastDTEE | Determines whether the hierarchy has changed since last design time expression evaluation. |
![]() |
QueryBuildManagerBusyEx | Determines if the build manager is busy. |
![]() |
UnadviseUpdateSolutionEvents3 | Removes the caller from the list of listeners for IVsUpdateSolutionEvents3 events. |
Top