HierarchyNode.NodeProperties Property

Gets and sets the node properties of this node.

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

Syntax

'宣言
Public Overridable ReadOnly Property NodeProperties As NodeProperties
'使用
Dim instance As HierarchyNode
Dim value As NodeProperties

value = instance.NodeProperties
public virtual NodeProperties NodeProperties { get; }
public:
virtual property NodeProperties^ NodeProperties {
    NodeProperties^ get ();
}
public function get NodeProperties () : NodeProperties

Property Value

Type: Microsoft.VisualStudio.Package.NodeProperties

The NodeProperties of this node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace