Node Members
Include Protected Members
Include Inherited Members
This read-only class encapsulates nodes used for classifying work items by Area and Iteration.
The Node type exposes the following members.
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Overloaded. Returns the Node in the sub tree that matches the given path.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the children of this Node. If there are no child nodes, nulla null reference (Nothing in Visual Basic) is returned.
Returns true if this node has children; otherwise false.
HasWorkItemReadRightsRecursive
HasWorkItemWriteRightsRecursive
Gets an integer ID that uniquely identifies this Node across a work item store.
Gets the string name of this Node.
Gets the parent of this Node. If this is a root node, the return is nulla null reference (Nothing in Visual Basic).
Gets a string path such as \Project1\Area\UI\Controls\Widget representing this node’s position relative to the root. If this is the root, \ is returned.
Gets the URI associated with the CSS node that this mirrors.
Top
Explicit Interface Implementations
Name
Description
Top