Compartir a través de


TfsGitDiffHelper.DiffTrees (Método)

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

Sintaxis

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

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

Seguridad de .NET Framework

Vea también

Referencia

TfsGitDiffHelper Clase

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