TfvcHttpClient.GetLabels 方法

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

语法

声明
Public Function GetLabels ( _
    requestData As TfvcLabelRequestData, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of IEnumerable(Of TfvcLabelRef))
public Task<IEnumerable<TfvcLabelRef>> GetLabels(
    TfvcLabelRequestData requestData,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

参数

返回值

类型:System.Threading.Tasks.Task<IEnumerable<TfvcLabelRef>>

.NET Framework 安全性

请参阅

参考

TfvcHttpClient 类

Microsoft.TeamFoundation.SourceControl.WebApi 命名空间