Node.ChildNodes Property

Gets the children of this Node. If there are no child nodes, nulla null reference (Nothing in Visual Basic) is returned.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ChildNodes As NodeCollection
'Usage
Dim instance As Node 
Dim value As NodeCollection 

value = instance.ChildNodes
public NodeCollection ChildNodes { get; }
public:
property NodeCollection^ ChildNodes {
    NodeCollection^ get ();
}
public function get ChildNodes () : NodeCollection

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.NodeCollection

.NET Framework Security

See Also

Reference

Node Class

Node Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace