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 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 | |
---|---|---|
![]() |
AdviseUpdateSolutionEvents4 | Subscribes to update solution events. |
![]() |
AdviseUpdateSolutionEventsAsync | |
![]() |
FindActiveProjectCfgName | Obtains the full name (for example "Debug|Win32") of the project configuration that is in the active solution configuration. |
![]() |
UnadviseUpdateSolutionEvents4 | Disables client notification of update solution events. |
![]() |
UnadviseUpdateSolutionEventsAsync |
Top