Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the node in the subtree of this node based on the specified ID.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function FindNodeInSubTree ( _
nodeId As Integer _
) As Node
public Node FindNodeInSubTree(
int nodeId
)
public:
Node^ FindNodeInSubTree(
int nodeId
)
member FindNodeInSubTree :
nodeId:int -> Node
public function FindNodeInSubTree(
nodeId : int
) : Node
Parameters
- nodeId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Node
The node that has the specified ID, if it exists; 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.