Freigeben über


TfvcHttpClient.GetShelvesetChanges-Methode

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

Syntax

'Declaration
Public Function GetShelvesetChanges ( _
    shelvesetId As String, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of IEnumerable(Of TfvcChange))
public Task<IEnumerable<TfvcChange>> GetShelvesetChanges(
    string shelvesetId,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcHttpClient Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace