HierarchyNode.FirstChild Property
Gets or sets the first child hierarchy node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<BrowsableAttribute(False)> _
Public Property FirstChild As HierarchyNode
'使用
Dim instance As HierarchyNode
Dim value As HierarchyNode
value = instance.FirstChild
instance.FirstChild = value
[BrowsableAttribute(false)]
public HierarchyNode FirstChild { get; set; }
[BrowsableAttribute(false)]
public:
property HierarchyNode^ FirstChild {
HierarchyNode^ get ();
void set (HierarchyNode^ value);
}
public function get FirstChild () : HierarchyNode
public function set FirstChild (value : HierarchyNode)
Property Value
Type: Microsoft.VisualStudio.Package.HierarchyNode
The first child hierarchy 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.