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