Events.SolutionItemsEvents Property

Gets the ProjectItemsEvents object for the solution.

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

Syntax

'Declaration
ReadOnly Property SolutionItemsEvents As ProjectItemsEvents
ProjectItemsEvents SolutionItemsEvents { get; }
property ProjectItemsEvents^ SolutionItemsEvents {
    ProjectItemsEvents^ get ();
}
abstract SolutionItemsEvents : ProjectItemsEvents
function get SolutionItemsEvents () : ProjectItemsEvents

Property Value

Type: EnvDTE.ProjectItemsEvents
A ProjectItemsEvents object.

.NET Framework Security

See Also

Reference

Events Interface

EnvDTE Namespace