Share via


Extensions.GetManifest Method

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetManifest ( _
    commit As TfsGitCommit, _
    requestContext As TeamFoundationRequestContext, _
    detectRenames As Boolean, _
    includeTrees As Boolean, _
    maxChanges As Integer _
) As IEnumerable(Of TfsGitDiffEntry)
public static IEnumerable<TfsGitDiffEntry> GetManifest(
    this TfsGitCommit commit,
    TeamFoundationRequestContext requestContext,
    bool detectRenames,
    bool includeTrees,
    int maxChanges
)
[ExtensionAttribute]
public:
static IEnumerable<TfsGitDiffEntry^>^ GetManifest(
    TfsGitCommit^ commit, 
    TeamFoundationRequestContext^ requestContext, 
    bool detectRenames, 
    bool includeTrees, 
    int maxChanges
)
static member GetManifest : 
        commit:TfsGitCommit * 
        requestContext:TeamFoundationRequestContext * 
        detectRenames:bool * 
        includeTrees:bool * 
        maxChanges:int -> IEnumerable<TfsGitDiffEntry> 
public static function GetManifest(
    commit : TfsGitCommit, 
    requestContext : TeamFoundationRequestContext, 
    detectRenames : boolean, 
    includeTrees : boolean, 
    maxChanges : int
) : IEnumerable<TfsGitDiffEntry>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<TfsGitDiffEntry>
Returns IEnumerable<T>.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TfsGitCommit. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

Extensions Class

Microsoft.TeamFoundation.Git.Server Namespace