CommonStructureService.GetNodes Method (TeamFoundationRequestContext, List<String>)

Get list of nodes corresponding to node uris

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function GetNodes ( _
    requestContext As TeamFoundationRequestContext, _
    nodesUris As List(Of String) _
) As List(Of CommonStructureNodeInfo)
public List<CommonStructureNodeInfo> GetNodes(
    TeamFoundationRequestContext requestContext,
    List<string> nodesUris
)
public:
virtual List<CommonStructureNodeInfo^>^ GetNodes(
    TeamFoundationRequestContext^ requestContext, 
    List<String^>^ nodesUris
) sealed
abstract GetNodes : 
        requestContext:TeamFoundationRequestContext * 
        nodesUris:List<string> -> List<CommonStructureNodeInfo> 
override GetNodes : 
        requestContext:TeamFoundationRequestContext * 
        nodesUris:List<string> -> List<CommonStructureNodeInfo> 
public final function GetNodes(
    requestContext : TeamFoundationRequestContext, 
    nodesUris : List<String>
) : List<CommonStructureNodeInfo>

Parameters

Return Value

Type: System.Collections.Generic.List<CommonStructureNodeInfo>

Implements

ICommonStructureService.GetNodes(TeamFoundationRequestContext, List<String>)

.NET Framework Security

See Also

Reference

CommonStructureService Class

GetNodes Overload

Microsoft.TeamFoundation.Integration.Server Namespace