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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.