Compartir a través de


CommonStructureService.GetNodes (Método) (TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)

Espacio de nombres:  Microsoft.TeamFoundation.Integration.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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
)

Parámetros

Implementaciones

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

Seguridad de .NET Framework

Vea también

Referencia

CommonStructureService Clase

GetNodes (Sobrecarga)

Microsoft.TeamFoundation.Integration.Server (Espacio de nombres)