Compartilhar via


Método TfsGitDiffHelper.DiffTrees

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

Sintaxe

'Declaração
Public Shared Function DiffTrees ( _
    requestContext As TeamFoundationRequestContext, _
    tree1 As TfsGitTree, _
    tree2 As TfsGitTree, _
    detectRenames As Boolean _
) As IList(Of TfsGitDiffEntry)
public static IList<TfsGitDiffEntry> DiffTrees(
    TeamFoundationRequestContext requestContext,
    TfsGitTree tree1,
    TfsGitTree tree2,
    bool detectRenames
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<TfsGitDiffEntry>

Segurança do .NET Framework

Consulte também

Referência

TfsGitDiffHelper Classe

Namespace Microsoft.TeamFoundation.Git.Server