TfvcHttpClient.GetChangesetsAsync 方法 (Int32, Boolean, Boolean, Boolean, Int32, Object)

命名空间:  Microsoft.TeamFoundation.SourceControl.WebApi
程序集:  Microsoft.TeamFoundation.SourceControl.WebApi(在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)

语法

声明
Public Function GetChangesetsAsync ( _
    changesetId As Integer, _
    includeDetails As Boolean, _
    includeWorkItems As Boolean, _
    includeSourceRenames As Boolean, _
    maxChangeCount As Integer, _
    userState As Object _
) As Task(Of TfvcChangeset)
public Task<TfvcChangeset> GetChangesetsAsync(
    int changesetId,
    bool includeDetails,
    bool includeWorkItems,
    bool includeSourceRenames,
    int maxChangeCount,
    Object userState
)

参数

返回值

类型:System.Threading.Tasks.Task<TfvcChangeset>

.NET Framework 安全性

请参阅

参考

TfvcHttpClient 类

GetChangesetsAsync 重载

Microsoft.TeamFoundation.SourceControl.WebApi 命名空间