Aracılığıyla paylaş


TfvcHttpClient.GetShelvesetChanges 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 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
)

Parametreler

Dönüş Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TfvcHttpClient Sınıf

Microsoft.TeamFoundation.SourceControl.WebApi Ad Alanı