Initializes a new instance of OANavigableProjectItems for the specified project, list of project items, and node.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
proj As OAProject, _
items As IList(Of ProjectItem), _
nodeWithItems As HierarchyNode _
)
'使用
Dim proj As OAProject
Dim items As IList(Of ProjectItem)
Dim nodeWithItems As HierarchyNode
Dim instance As New OANavigableProjectItems(proj, items, _
nodeWithItems)
public OANavigableProjectItems(
OAProject proj,
IList<ProjectItem> items,
HierarchyNode nodeWithItems
)
public:
OANavigableProjectItems(
OAProject^ proj,
IList<ProjectItem^>^ items,
HierarchyNode^ nodeWithItems
)
public function OANavigableProjectItems(
proj : OAProject,
items : IList<ProjectItem>,
nodeWithItems : HierarchyNode
)
Parameters
proj
Type: Microsoft.VisualStudio.Package.Automation.OAProjectThe OAProject to which the project items belong.
items
Type: System.Collections.Generic.IList<ProjectItem>A list of project items.
nodeWithItems
Type: Microsoft.VisualStudio.Package.HierarchyNodeThe HierarchyNode that owns the 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.
See Also
Reference
OANavigableProjectItems Members