This documentation is archived and is not being maintained.
Node Class
Visual Studio 2013
Describes a Node object that is used in the work item tracking data structures.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The Node type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChildNodes | Gets the collection of child nodes of this node. |
![]() | HasChildNodes | Gets a flag that indicates whether this node has child nodes. |
![]() | HasWorkItemReadRights | Checks whether the current user has read rights to work items on this node. |
![]() | HasWorkItemReadRightsRecursive | Checks whether the current user has read rights to work items on this node and its child nodes. |
![]() | HasWorkItemWriteRights | Checks whether the current user has write rights to work items on this node. |
![]() | HasWorkItemWriteRightsRecursive | Checks whether the user has write rights to work items on this node and its child nodes. |
![]() | Id | Gets the ID of this node. |
![]() | IsAreaNode | Gets a flag that describes whether this is an area node. |
![]() | IsIterationNode | Gets a flag that describes whether this is an iteration node. |
![]() | Name | Gets the name of this node. |
![]() | ParentNode | Gets the parent node of this node. |
![]() | Path | Gets the path of this node. |
![]() | Uri | Gets the URI of this node. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindNodeInSubTree(Int32) | Gets the node in the subtree of this node based on the specified ID. |
![]() | FindNodeInSubTree(String) | Gets the node in the subtree of this node based on the specified path. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
