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