CommonStructureService.GetNodes Method (TeamFoundationRequestContext, List<String>)
Get list of nodes corresponding to node uris
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextrequest context
nodesUris
Type: System.Collections.Generic.List<String>list of uris
Return Value
Type: System.Collections.Generic.List<CommonStructureNodeInfo>
Implements
ICommonStructureService.GetNodes(TeamFoundationRequestContext, List<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.