HierarchyNode.ProjectMgr Property

Gets or sets the root element for this hierarchy node.

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

Syntax

'宣言
<BrowsableAttribute(False)> _
Public Property ProjectMgr As ProjectNode
'使用
Dim instance As HierarchyNode
Dim value As ProjectNode

value = instance.ProjectMgr

instance.ProjectMgr = value
[BrowsableAttribute(false)]
public ProjectNode ProjectMgr { get; set; }
[BrowsableAttribute(false)]
public:
property ProjectNode^ ProjectMgr {
    ProjectNode^ get ();
    void set (ProjectNode^ value);
}
public function get ProjectMgr () : ProjectNode
public function set ProjectMgr (value : ProjectNode)

Property Value

Type: Microsoft.VisualStudio.Package.ProjectNode

The root element for this node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace