IVsSolutionBuildManager3 Interface

Definition

Provides access to IVsUpdateSolutionEvents3 events.

public interface class IVsSolutionBuildManager3
public interface class IVsSolutionBuildManager3
__interface IVsSolutionBuildManager3
[System.Runtime.InteropServices.Guid("B6EA87ED-C498-4484-81AC-0BED187E28E6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSolutionBuildManager3
[<System.Runtime.InteropServices.Guid("B6EA87ED-C498-4484-81AC-0BED187E28E6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSolutionBuildManager3 = interface
Public Interface IVsSolutionBuildManager3
Attributes

Methods

AdviseUpdateSolutionEvents3(IVsUpdateSolutionEvents3, UInt32)

Establishes client notification of solution events.

AreProjectsUpToDate(UInt32)

Determines if projects are up to date.

HasHierarchyChangedSinceLastDTEE()

Determines whether the hierarchy has changed since last design time expression evaluation.

QueryBuildManagerBusyEx(UInt32)

Determines if the build manager is busy.

UnadviseUpdateSolutionEvents3(UInt32)

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

Applies to