OAProperties.Node Property

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

HierarchyNode.

Permissions

See Also

Reference

OAProperties Class

OAProperties Members

Microsoft.VisualStudio.Package.Automation Namespace