IVsUpdateSolutionEvents3 Interface
Defines events for changes in the solution configuration. Extends, but does not inherit from, IVsUpdateSolutionEvents2 and IVsUpdateSolutionEvents. To monitor these events, implement the interface and use it as an argument of the AdviseUpdateSolutionEvents3 method of IVsSolutionBuildManager3.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("40025C28-3303-42CA-BED8-0F3BD856BD6D")> _
Public Interface IVsUpdateSolutionEvents3
[InterfaceTypeAttribute()]
[GuidAttribute("40025C28-3303-42CA-BED8-0F3BD856BD6D")]
public interface IVsUpdateSolutionEvents3
[InterfaceTypeAttribute()]
[GuidAttribute(L"40025C28-3303-42CA-BED8-0F3BD856BD6D")]
public interface class IVsUpdateSolutionEvents3
[<InterfaceTypeAttribute()>]
[<GuidAttribute("40025C28-3303-42CA-BED8-0F3BD856BD6D")>]
type IVsUpdateSolutionEvents3 = interface end
public interface IVsUpdateSolutionEvents3
The IVsUpdateSolutionEvents3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterActiveSolutionCfgChange | Fired after the active solution configuration is changed. | |
OnBeforeActiveSolutionCfgChange | Fired before the active solution configuration is changed. |
Top