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

Valeur de retour

Type : System.Collections.Generic.IEnumerable<TfsGitCommitHistoryEntry>

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationGitCommitService Classe

Microsoft.TeamFoundation.Git.Server, espace de noms