HierarchyNode.LastChild Property

Gets and sets the last child node.

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

Syntax

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

value = instance.LastChild

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

Property Value

Type: Microsoft.VisualStudio.Package.HierarchyNode

The last child node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace