Compartilhar via


Método TfsGitTree.GetTreeEntries (TeamFoundationRequestContext, Boolean)

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)

Sintaxe

'Declaração
Public Function GetTreeEntries ( _
    requestContext As TeamFoundationRequestContext, _
    recursive As Boolean _
) As IEnumerable(Of TfsGitTreeEntry)
public IEnumerable<TfsGitTreeEntry> GetTreeEntries(
    TeamFoundationRequestContext requestContext,
    bool recursive
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

TfsGitTree Classe

Sobrecargas GetTreeEntries

Namespace Microsoft.TeamFoundation.Git.Server