IVsUpdateSolutionEvents3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(IVsUpdateSolutionEvents3, UInt32) method of IVsSolutionBuildManager3.
public interface class IVsUpdateSolutionEvents3
public interface class IVsUpdateSolutionEvents3
__interface IVsUpdateSolutionEvents3
[System.Runtime.InteropServices.Guid("40025C28-3303-42CA-BED8-0F3BD856BD6D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUpdateSolutionEvents3
[<System.Runtime.InteropServices.Guid("40025C28-3303-42CA-BED8-0F3BD856BD6D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUpdateSolutionEvents3 = interface
Public Interface IVsUpdateSolutionEvents3
- Attributes
Methods
OnAfterActiveSolutionCfgChange(IVsCfg, IVsCfg) |
Fired after the active solution configuration is changed. |
OnBeforeActiveSolutionCfgChange(IVsCfg, IVsCfg) |
Fired before the active solution configuration is changed. |