現在のノードに関連付けられた項目の一覧を取得します。
名前空間 : 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>