IVsSolutionBuildManager5 Interface

Definition

Provides access to IVsUpdateSolutionEvents4 events.

public interface class IVsSolutionBuildManager5
public interface class IVsSolutionBuildManager5
__interface IVsSolutionBuildManager5
[System.Runtime.InteropServices.Guid("75D64352-C2F9-4BF8-9C89-57CFE548BF75")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionBuildManager5
[<System.Runtime.InteropServices.Guid("75D64352-C2F9-4BF8-9C89-57CFE548BF75")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionBuildManager5 = interface
Public Interface IVsSolutionBuildManager5
Attributes

Methods

AdviseUpdateSolutionEvents4(IVsUpdateSolutionEvents4, UInt32)

Subscribes to update solution events.

AdviseUpdateSolutionEventsAsync(IVsUpdateSolutionEventsAsync, UInt32)
FindActiveProjectCfgName(Guid, String)

Obtains the full name (for example "Debug|Win32") of the project configuration that is in the active solution configuration.

UnadviseUpdateSolutionEvents4(UInt32)

Disables client notification of update solution events.

UnadviseUpdateSolutionEventsAsync(UInt32)

Applies to