TfsGitDiffHelper.DiffTrees Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
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
)
public:
static IList<TfsGitDiffEntry^>^ DiffTrees(
TeamFoundationRequestContext^ requestContext,
TfsGitTree^ tree1,
TfsGitTree^ tree2,
bool detectRenames
)
static member DiffTrees :
requestContext:TeamFoundationRequestContext *
tree1:TfsGitTree *
tree2:TfsGitTree *
detectRenames:bool -> IList<TfsGitDiffEntry>
public static function DiffTrees(
requestContext : TeamFoundationRequestContext,
tree1 : TfsGitTree,
tree2 : TfsGitTree,
detectRenames : boolean
) : IList<TfsGitDiffEntry>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- tree1
Type: Microsoft.TeamFoundation.Git.Server.TfsGitTree
- tree2
Type: Microsoft.TeamFoundation.Git.Server.TfsGitTree
- detectRenames
Type: System.Boolean
Return Value
Type: System.Collections.Generic.IList<TfsGitDiffEntry>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.