Share via


OANavigableProjectItems.GetListOfProjectItems Method

Gets a list of items associated with the current node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Function GetListOfProjectItems As IList(Of ProjectItem)
'Usage
Dim returnValue As IList(Of ProjectItem)

returnValue = Me.GetListOfProjectItems()
protected IList<ProjectItem> GetListOfProjectItems()
protected:
IList<ProjectItem^>^ GetListOfProjectItems()
protected function GetListOfProjectItems() : IList<ProjectItem>

Return Value

Type: System.Collections.Generic.IList<ProjectItem>

.NET Framework Security

See Also

Reference

OANavigableProjectItems Class

OANavigableProjectItems Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace