次の方法で共有


OANavigableProjectItems.GetListOfProjectItems メソッド

現在のノードに関連付けられた項目の一覧を取得します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
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>

戻り値

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

参照

参照

OANavigableProjectItems クラス

OANavigableProjectItems メンバ

Microsoft.VisualStudio.Data.Schema.Project.Automation 名前空間