Node.FindNodeInSubTree Method (String)

Gets the node in the subtree of this node based on the specified path.

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

Syntax

'Declaration
Public Function FindNodeInSubTree ( _
    path As String _
) As Node
public Node FindNodeInSubTree(
    string path
)
public:
Node^ FindNodeInSubTree(
    String^ path
)
member FindNodeInSubTree : 
        path:string -> Node
public function FindNodeInSubTree(
    path : String
) : Node

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

Node Class

FindNodeInSubTree Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace