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
- 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.