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
- commit
Type: Microsoft.TeamFoundation.Git.Server.TfsGitCommit
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- detectRenames
Type: System.Boolean
- includeTrees
Type: System.Boolean
- maxChanges
Type: System.Int32
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
- 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.