Share via


TeamFoundationGitCommitService.QueryCommitHistory メソッド

名前空間:  Microsoft.TeamFoundation.Git.Server
アセンブリ:  Microsoft.TeamFoundation.Git.Server (Microsoft.TeamFoundation.Git.Server.dll 内)

構文

'宣言
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
)

パラメーター

戻り値

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

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TeamFoundationGitCommitService クラス

Microsoft.TeamFoundation.Git.Server 名前空間