Compartilhar via


Método TfsGitTree.GetTrees

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

Sintaxe

'Declaração
Public Function GetTrees ( _
    requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of TfsGitTree)
public IEnumerable<TfsGitTree> GetTrees(
    TeamFoundationRequestContext requestContext
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

TfsGitTree Classe

Namespace Microsoft.TeamFoundation.Git.Server