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
)
Параметры
- requestContext
Тип: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Тип: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- commitId
Тип: array<System.Byte[]
- path
Тип: System.String
- recursive
Тип: System.Boolean
- excludeDeletes
Тип: System.Boolean
- author
Тип: System.String
- committer
Тип: System.String
- fromDate
Тип: System.Nullable<DateTime>
- toDate
Тип: System.Nullable<DateTime>
- fromCommitId
Тип: array<System.Byte[]
- toCommitId
Тип: array<System.Byte[]
- compareCommitId
Тип: array<System.Byte[]
- skip
Тип: System.Nullable<Int32>
- maxItemCount
Тип: System.Nullable<Int32>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<TfsGitCommitHistoryEntry>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.