Freigeben über


CommonStructureService.GetNodes-Methode (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
Public Sub GetNodes ( _
    requestContext As TeamFoundationRequestContext, _
    nodeUri As String, _
    <OutAttribute> ByRef nodeInfo As CommonStructureNodeInfo, _
    <OutAttribute> ByRef parents As Dictionary(Of String, List(Of CommonStructureNodeInfo)) _
)
public void GetNodes(
    TeamFoundationRequestContext requestContext,
    string nodeUri,
    out CommonStructureNodeInfo nodeInfo,
    out Dictionary<string, List<CommonStructureNodeInfo>> parents
)

Parameter

Implementiert

ICommonStructureService.GetNodes(TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)

.NET Framework-Sicherheit

Siehe auch

Referenz

CommonStructureService Klasse

GetNodes-Überladung

Microsoft.TeamFoundation.Integration.Server-Namespace