Events2.ProjectItemsEvents 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 project items within the solution.
public:
property EnvDTE::ProjectItemsEvents ^ ProjectItemsEvents { EnvDTE::ProjectItemsEvents ^ get(); };
public:
property EnvDTE::ProjectItemsEvents ^ ProjectItemsEvents { EnvDTE::ProjectItemsEvents ^ get(); };
[System.Runtime.InteropServices.DispId(400)]
public EnvDTE.ProjectItemsEvents ProjectItemsEvents { [System.Runtime.InteropServices.DispId(400)] get; }
[<System.Runtime.InteropServices.DispId(400)>]
[<get: System.Runtime.InteropServices.DispId(400)>]
member this.ProjectItemsEvents : EnvDTE.ProjectItemsEvents
Public ReadOnly Property ProjectItemsEvents As ProjectItemsEvents
Property Value
A ProjectItemsEvents object.
- Attributes