Node Class

This read-only class encapsulates nodes used for classifying work items by Area and Iteration.

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

Syntax

'Declaration
Public NotInheritable Class Node _
    Implements IEnumerable
'Usage
Dim instance As Node
public sealed class Node : IEnumerable
public ref class Node sealed : IEnumerable
public final class Node implements IEnumerable

Remarks

These Node objects are designed to mirror CSS nodes. The work item store replicates CSS node information for performance reasons.

Each Node object tracks its parent Node and child Nodes. This class implements IEnumerable to enumerate the child nodes.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Node

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Node Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace