OAProjectItems Constructor

Initializes a new instance of OAProjectItems for the specified project and node.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub New ( _
    proj As OAProject, _
    nodeWithItems As HierarchyNode _
)
'使用
Dim proj As OAProject
Dim nodeWithItems As HierarchyNode

Dim instance As New OAProjectItems(proj, nodeWithItems)
public OAProjectItems(
    OAProject proj,
    HierarchyNode nodeWithItems
)
public:
OAProjectItems(
    OAProject^ proj, 
    HierarchyNode^ nodeWithItems
)
public function OAProjectItems(
    proj : OAProject, 
    nodeWithItems : HierarchyNode
)

Parameters

Permissions

See Also

Reference

OAProjectItems Class

OAProjectItems Members

Microsoft.VisualStudio.Package.Automation Namespace