GetListOfProjectItems Method

Retrives a list of items associated with the current node.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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()
member GetListOfProjectItems : unit -> IList<ProjectItem> 
protected function GetListOfProjectItems() : IList<ProjectItem>

Return Value

Type: System.Collections.Generic..::..IList< (Of < ( <'ProjectItem> ) > ) >
A List of project items

See Also

Reference

OANavigableProjectItems Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace