ICommonStructureService.GetNodes Method (TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub GetNodes ( _
requestContext As TeamFoundationRequestContext, _
nodeUri As String, _
<OutAttribute> ByRef nodeInfo As CommonStructureNodeInfo, _
<OutAttribute> ByRef parents As Dictionary(Of String, List(Of CommonStructureNodeInfo)) _
)
void GetNodes(
TeamFoundationRequestContext requestContext,
string nodeUri,
out CommonStructureNodeInfo nodeInfo,
out Dictionary<string, List<CommonStructureNodeInfo>> parents
)
void GetNodes(
TeamFoundationRequestContext^ requestContext,
String^ nodeUri,
[OutAttribute] CommonStructureNodeInfo^% nodeInfo,
[OutAttribute] Dictionary<String^, List<CommonStructureNodeInfo^>^>^% parents
)
abstract GetNodes :
requestContext:TeamFoundationRequestContext *
nodeUri:string *
nodeInfo:CommonStructureNodeInfo byref *
parents:Dictionary<string, List<CommonStructureNodeInfo>> byref -> unit
function GetNodes(
requestContext : TeamFoundationRequestContext,
nodeUri : String,
nodeInfo : CommonStructureNodeInfo,
parents : Dictionary<String, List<CommonStructureNodeInfo>>
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nodeUri
Type: System.String
- parents
Type: System.Collections.Generic.Dictionary<String, 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.