TfvcHttpClient.GetChangesetChangesAsync 方法

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

语法

声明
Public Function GetChangesetChangesAsync ( _
    changesetId As Integer, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of List(Of TfvcChange))
public Task<List<TfvcChange>> GetChangesetChangesAsync(
    int changesetId,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

参数

返回值

类型:System.Threading.Tasks.Task<List<TfvcChange>>

.NET Framework 安全性

请参阅

参考

TfvcHttpClient 类

Microsoft.TeamFoundation.SourceControl.WebApi 命名空间