NodeProperties Constructor

Initializes a new instance of the NodeProperties class.

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

Syntax

'宣言
Public Sub New ( _
    node As HierarchyNode _
)
'使用
Dim node As HierarchyNode

Dim instance As New NodeProperties(node)
public NodeProperties(
    HierarchyNode node
)
public:
NodeProperties(
    HierarchyNode^ node
)
public function NodeProperties(
    node : HierarchyNode
)

Parameters

Remarks

Also sets the ProjectMgr for this node.

Permissions

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace