TeamFoundationGitCommitService.QueryCommitHistory, méthode
Espace de noms : Microsoft.TeamFoundation.Git.Server
Assembly : Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)
Syntaxe
'Déclaration
Public Function QueryCommitHistory ( _
requestContext As TeamFoundationRequestContext, _
repository As TfsGitRepository, _
commitId As Byte(), _
path As String, _
recursive As Boolean, _
excludeDeletes As Boolean, _
author As String, _
committer As String, _
fromDate As Nullable(Of DateTime), _
toDate As Nullable(Of DateTime), _
fromCommitId As Byte(), _
toCommitId As Byte(), _
compareCommitId As Byte(), _
skip As Nullable(Of Integer), _
maxItemCount As Nullable(Of Integer) _
) As IEnumerable(Of TfsGitCommitHistoryEntry)
public IEnumerable<TfsGitCommitHistoryEntry> QueryCommitHistory(
TeamFoundationRequestContext requestContext,
TfsGitRepository repository,
byte[] commitId,
string path,
bool recursive,
bool excludeDeletes,
string author,
string committer,
Nullable<DateTime> fromDate,
Nullable<DateTime> toDate,
byte[] fromCommitId,
byte[] toCommitId,
byte[] compareCommitId,
Nullable<int> skip,
Nullable<int> maxItemCount
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Type : Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- commitId
Type : array<System.Byte[]
- path
Type : System.String
- recursive
Type : System.Boolean
- excludeDeletes
Type : System.Boolean
- author
Type : System.String
- committer
Type : System.String
- fromDate
Type : System.Nullable<DateTime>
- toDate
Type : System.Nullable<DateTime>
- fromCommitId
Type : array<System.Byte[]
- toCommitId
Type : array<System.Byte[]
- compareCommitId
Type : array<System.Byte[]
- skip
Type : System.Nullable<Int32>
- maxItemCount
Type : System.Nullable<Int32>
Valeur de retour
Type : System.Collections.Generic.IEnumerable<TfsGitCommitHistoryEntry>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.