Partager via


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

Espace de noms :  Microsoft.TeamFoundation.Integration.Server
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ICommonStructureService Interface

GetNodes, surcharge

Microsoft.TeamFoundation.Integration.Server, espace de noms