Compartir a través de


TfvcHttpClient.GetLabels (Método)

Espacio de nombres:  Microsoft.TeamFoundation.SourceControl.WebApi
Ensamblado:  Microsoft.TeamFoundation.SourceControl.WebApi (en Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

Tipo: System.Threading.Tasks.Task<IEnumerable<TfvcLabelRef>>

Seguridad de .NET Framework

Vea también

Referencia

TfvcHttpClient Clase

Microsoft.TeamFoundation.SourceControl.WebApi (Espacio de nombres)