Método TfvcHttpClient.GetShelvesets
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (em Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- requestData
Tipo: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelvesetRequestData
- top
Tipo: System.Nullable<Int32>
- skip
Tipo: System.Nullable<Int32>
- userState
Tipo: System.Object
Valor de retorno
Tipo: System.Threading.Tasks.Task<IEnumerable<TfvcShelvesetRef>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.