Events.SolutionEvents Property

Definition

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.

Attributes

Applies to