IVsSolutionBuildManager5 Interface

Provides access to IVsUpdateSolutionEvents4 events.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("75D64352-C2F9-4BF8-9C89-57CFE548BF75")> _
Public Interface IVsSolutionBuildManager5
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("75D64352-C2F9-4BF8-9C89-57CFE548BF75")]
public interface IVsSolutionBuildManager5
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"75D64352-C2F9-4BF8-9C89-57CFE548BF75")]
public interface class IVsSolutionBuildManager5
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("75D64352-C2F9-4BF8-9C89-57CFE548BF75")>]
type IVsSolutionBuildManager5 =  interface end
public interface IVsSolutionBuildManager5

The IVsSolutionBuildManager5 type exposes the following members.

Methods

  Name Description
Public method AdviseUpdateSolutionEvents4 Subscribes to update solution events.
Public method AdviseUpdateSolutionEventsAsync
Public method FindActiveProjectCfgName Obtains the full name (for example "Debug|Win32") of the project configuration that is in the active solution configuration.
Public method UnadviseUpdateSolutionEvents4 Disables client notification of update solution events.
Public method UnadviseUpdateSolutionEventsAsync

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace