Método VersionControlServer.UpdateShelveset
Atualiza o check-in particular.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (em Microsoft.TeamFoundation.VersionControl.Client.dll)
Sintaxe
'Declaração
Public Sub UpdateShelveset ( _
shelvesetName As String, _
shelvesetOwner As String, _
updatedShelveset As Shelveset _
)
public void UpdateShelveset(
string shelvesetName,
string shelvesetOwner,
Shelveset updatedShelveset
)
Parâmetros
- shelvesetName
Tipo: System.String
O nome de sheveset.
- shelvesetOwner
Tipo: System.String
O proprietário do check-in particular.
- updatedShelveset
Tipo: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
O check-in particular atualizado.
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.