Compartir a través de


TfsGitTree.GetTreeEntries (Método) (TeamFoundationRequestContext, Boolean)

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

Sintaxis

'Declaración
Public Function GetTreeEntries ( _
    requestContext As TeamFoundationRequestContext, _
    recursive As Boolean _
) As IEnumerable(Of TfsGitTreeEntry)
public IEnumerable<TfsGitTreeEntry> GetTreeEntries(
    TeamFoundationRequestContext requestContext,
    bool recursive
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IEnumerable<TfsGitTreeEntry>

Seguridad de .NET Framework

Vea también

Referencia

TfsGitTree Clase

GetTreeEntries (Sobrecarga)

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