Aracılığıyla paylaş


TfvcHttpClient.GetLabels Yöntem

Ad alanı:  Microsoft.TeamFoundation.SourceControl.WebApi
Derleme:  Microsoft.TeamFoundation.SourceControl.WebApi (Microsoft.TeamFoundation.SourceControl.WebApi.dll içinde)

Sözdizimi

'Bildirim
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
)

Parametreler

Dönüş Değeri

Tür: System.Threading.Tasks.Task<IEnumerable<TfvcLabelRef>>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TfvcHttpClient Sınıf

Microsoft.TeamFoundation.SourceControl.WebApi Ad Alanı