OANavigableProjectItems.GetListOfProjectItems Method

Gets a list of items associated with the current node.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Function GetListOfProjectItems As IList(Of ProjectItem)
'使用
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>

An [T:System.Collections.Generic.IList<T>] of project items.

Permissions

See Also

Reference

OANavigableProjectItems Class

OANavigableProjectItems Members

Microsoft.VisualStudio.Package.Automation Namespace