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