Events2.ProjectsEvents Property

Definition

Gets an event object which can be used to find events for all projects wihin the solution.

public:
 property EnvDTE::ProjectsEvents ^ ProjectsEvents { EnvDTE::ProjectsEvents ^ get(); };
public:
 property EnvDTE::ProjectsEvents ^ ProjectsEvents { EnvDTE::ProjectsEvents ^ get(); };
[System.Runtime.InteropServices.DispId(401)]
public EnvDTE.ProjectsEvents ProjectsEvents { [System.Runtime.InteropServices.DispId(401)] get; }
[<System.Runtime.InteropServices.DispId(401)>]
[<get: System.Runtime.InteropServices.DispId(401)>]
member this.ProjectsEvents : EnvDTE.ProjectsEvents
Public ReadOnly Property ProjectsEvents As ProjectsEvents

Property Value

A ProjectsEvents object.

Attributes

Applies to