Events2.ProjectsEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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