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.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Function GetNode ( _
    requestContext As TeamFoundationRequestContext, _
    nodeUri As String _
) As NodeInfo
public NodeInfo GetNode(
    TeamFoundationRequestContext requestContext,
    string nodeUri
)
public:
NodeInfo^ GetNode(
    TeamFoundationRequestContext^ requestContext, 
    String^ nodeUri
)
member GetNode : 
        requestContext:TeamFoundationRequestContext * 
        nodeUri:string -> NodeInfo 
public function GetNode(
    requestContext : TeamFoundationRequestContext, 
    nodeUri : String
) : NodeInfo
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nodeUri
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Server.NodeInfo
.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.