Share via


Método TfvcHttpClient.GetLabelItems

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (em Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxe

'Declaração
Public Function GetLabelItems ( _
    labelId As Integer, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of IEnumerable(Of TfvcItem))
public Task<IEnumerable<TfvcItem>> GetLabelItems(
    int labelId,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

TfvcHttpClient Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi