Events2.SolutionEvents Property
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.
Gets the SolutionEvents object for the solution.
public:
property EnvDTE::SolutionEvents ^ SolutionEvents { EnvDTE::SolutionEvents ^ get(); };
public:
property EnvDTE::SolutionEvents ^ SolutionEvents { EnvDTE::SolutionEvents ^ get(); };
[System.Runtime.InteropServices.DispId(302)]
public EnvDTE.SolutionEvents SolutionEvents { [System.Runtime.InteropServices.DispId(302)] get; }
[<System.Runtime.InteropServices.DispId(302)>]
[<get: System.Runtime.InteropServices.DispId(302)>]
member this.SolutionEvents : EnvDTE.SolutionEvents
Public ReadOnly Property SolutionEvents As SolutionEvents
Property Value
A SolutionEvents object.
Implements
- Attributes