Describes a Node object that is used in the work item tracking data structures.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Node
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class Node _
    Implements IEnumerable
public sealed class Node : IEnumerable
public ref class Node sealed : IEnumerable
[<Sealed>]
type Node =  
    class 
        interface IEnumerable 
    end
public final class Node implements IEnumerable
The Node type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ChildNodes | Gets the collection of child nodes of this node. | 
| .gif) | HasChildNodes | Gets a flag that indicates whether this node has child nodes. | 
| .gif) | HasWorkItemReadRights | Checks whether the current user has read rights to work items on this node. | 
| .gif) | HasWorkItemReadRightsRecursive | Checks whether the current user has read rights to work items on this node and its child nodes. | 
| .gif) | HasWorkItemWriteRights | Checks whether the current user has write rights to work items on this node. | 
| .gif) | HasWorkItemWriteRightsRecursive | Checks whether the user has write rights to work items on this node and its child nodes. | 
| .gif) | Id | Gets the ID of this node. | 
| .gif) | IsAreaNode | Gets a flag that describes whether this is an area node. | 
| .gif) | IsIterationNode | Gets a flag that describes whether this is an iteration node. | 
| .gif) | Name | Gets the name of this node. | 
| .gif) | ParentNode | Gets the parent node of this node. | 
| .gif) | Path | Gets the path of this node. | 
| .gif) | Uri | Gets the URI of this node. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | FindNodeInSubTree(Int32) | Gets the node in the subtree of this node based on the specified ID. | 
| .gif) | FindNodeInSubTree(String) | Gets the node in the subtree of this node based on the specified path. | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IEnumerable.GetEnumerator | 
Top
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.