Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of items associated with the current node.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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()
protected function GetListOfProjectItems() : IList<ProjectItem>
Return Value
Type: System.Collections.Generic.IList<ProjectItem>
.NET Framework Security
- 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.
See Also
Reference
OANavigableProjectItems Members
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace