Events.SolutionEvents Property

Gets the SolutionEvents object for the solution.

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

Syntax

'Declaration
ReadOnly Property SolutionEvents As SolutionEvents
'Usage
Dim instance As Events 
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.

.NET Framework Security

See Also

Reference

Events Interface

Events Members

EnvDTE Namespace