Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetNode ( _
    requestContext As TeamFoundationRequestContext, _
    nodeUri As String _
) As CommonStructureNodeInfo
public CommonStructureNodeInfo GetNode(
    TeamFoundationRequestContext requestContext,
    string nodeUri
)
public:
virtual CommonStructureNodeInfo^ GetNode(
    TeamFoundationRequestContext^ requestContext, 
    String^ nodeUri
) sealed
abstract GetNode : 
        requestContext:TeamFoundationRequestContext * 
        nodeUri:string -> CommonStructureNodeInfo  
override GetNode : 
        requestContext:TeamFoundationRequestContext * 
        nodeUri:string -> CommonStructureNodeInfo
public final 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
Returns CommonStructureNodeInfo.
Implements
ICommonStructureService.GetNode(TeamFoundationRequestContext, String)
.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.