Freigeben über


TfvcHttpClient.GetShelvesets-Methode

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

Syntax

'Declaration
Public Function GetShelvesets ( _
    requestData As TfvcShelvesetRequestData, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of IEnumerable(Of TfvcShelvesetRef))
public Task<IEnumerable<TfvcShelvesetRef>> GetShelvesets(
    TfvcShelvesetRequestData requestData,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcHttpClient Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace