Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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