TfvcHttpClient.GetLabels, méthode

Espace de noms :  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly :  Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

TfvcHttpClient Classe

Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms