Events2.ProjectItemsEvents Property

Definition

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

Applies to