The node in the project hierarchy that is represented by these properties.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property Node As HierarchyNode
'使用
Dim instance As OAProperties
Dim value As HierarchyNode
value = instance.Node
public HierarchyNode Node { get; }
public:
property HierarchyNode^ Node {
HierarchyNode^ get ();
}
public function get Node () : HierarchyNode
Property Value
Type: Microsoft.VisualStudio.Package.HierarchyNode
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.