Freigeben über


TfvcHttpClient.GetLabelItems-Methode

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

Syntax

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcHttpClient Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace