Events2.SolutionEvents Property

Gets the SolutionEvents object for the solution.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
ReadOnly Property SolutionEvents As SolutionEvents
'Usage
Dim instance As Events2 
Dim value As SolutionEvents 

value = instance.SolutionEvents
SolutionEvents SolutionEvents { get; }
property SolutionEvents^ SolutionEvents {
    SolutionEvents^ get ();
}
function get SolutionEvents () : SolutionEvents

Property Value

Type: EnvDTE.SolutionEvents
A SolutionEvents object.

Implements

Events.SolutionEvents

.NET Framework Security

See Also

Reference

Events2 Interface

Events2 Members

SolutionEvents Overload

EnvDTE80 Namespace