Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a node in the subtree of this project 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, _
    treeType As Node.TreeType _
) As Node
public Node FindNodeInSubTree(
    string path,
    Node.TreeType treeType
)
public:
Node^ FindNodeInSubTree(
    String^ path, 
    Node::TreeType treeType
)
member FindNodeInSubTree : 
        path:string * 
        treeType:Node.TreeType -> Node
public function FindNodeInSubTree(
    path : String, 
    treeType : Node.TreeType
) : Node
Parameters
path
Type: System.StringThe path of the node to match.
treeType
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Node.TreeTypeThe type of the tree to traverse.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Node
The node that has the specified path, if found; otherwise, null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.