Project.GetProjectItems Method ()
Gets a collection of items of type ProjectItem in a Project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public IEnumerable<ProjectItem> GetProjectItems()
public:
IEnumerable<ProjectItem^>^ GetProjectItems()
member GetProjectItems : unit -> IEnumerable<ProjectItem>
Public Function GetProjectItems As IEnumerable(Of ProjectItem)
Return Value
Type: System.Collections.Generic.IEnumerable<ProjectItem>
A collection of ProjectItems.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace