IVsSolutionBuildManager3 Members
Include Protected Members
Include Inherited Members
Provides access to IVsUpdateSolutionEvents3 events.
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