Initializes a new instance of OANestedProjectItem 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, _
node As NestedProjectNode _
)
'使用
Dim proj As OAProject
Dim node As NestedProjectNode
Dim instance As New OANestedProjectItem(proj, node)
public OANestedProjectItem(
OAProject proj,
NestedProjectNode node
)
public:
OANestedProjectItem(
OAProject^ proj,
NestedProjectNode^ node
)
public function OANestedProjectItem(
proj : OAProject,
node : NestedProjectNode
)
Parameters
proj
Type: Microsoft.VisualStudio.Package.Automation.OAProjectThe OAProject to which the nested project belongs.
node
Type: Microsoft.VisualStudio.Package.NestedProjectNodeThe NestedProjectNode which this item represents.
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.