This documentation is archived and is not being maintained.

Project::FindNodeInSubTree Method (Int32)

Gets a node in the subtree of this project based on the specified ID.

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

public:
Node^ FindNodeInSubTree(
	int nodeId
)

Parameters

nodeId
Type: System::Int32

The ID of the node to match.

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Node
The node that has the specified path, if found; otherwise, null.

Show: