TfvcHttpClient.GetShelvesets 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 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
)
Parametreler
- top
Tür: System.Nullable<Int32>
- skip
Tür: System.Nullable<Int32>
- userState
Tür: System.Object
Dönüş Değeri
Tür: System.Threading.Tasks.Task<IEnumerable<TfvcShelvesetRef>>
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.