TfvcHttpClient.GetShelvesetChanges (Método)
Espacio de nombres: Microsoft.TeamFoundation.SourceControl.WebApi
Ensamblado: Microsoft.TeamFoundation.SourceControl.WebApi (en Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Sintaxis
'Declaración
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
)
Parámetros
- shelvesetId
Tipo: System.String
- top
Tipo: System.Nullable<Int32>
- skip
Tipo: System.Nullable<Int32>
- userState
Tipo: System.Object
Valor devuelto
Tipo: System.Threading.Tasks.Task<IEnumerable<TfvcChange>>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.TeamFoundation.SourceControl.WebApi (Espacio de nombres)