Metoda VersionControlServer.UpdateShelveset —
Aktualizuje shelveset.
Przestrzeń nazw: Microsoft.TeamFoundation.VersionControl.Client
Zestaw: Microsoft.TeamFoundation.VersionControl.Client (w Microsoft.TeamFoundation.VersionControl.Client.dll)
Składnia
'Deklaracja
Public Sub UpdateShelveset ( _
shelvesetName As String, _
shelvesetOwner As String, _
updatedShelveset As Shelveset _
)
public void UpdateShelveset(
string shelvesetName,
string shelvesetOwner,
Shelveset updatedShelveset
)
Parametry
- shelvesetName
Typ: System.String
Nazwa sheveset.
- shelvesetOwner
Typ: System.String
Właściciel shelveset.
- updatedShelveset
Typ: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
Zaktualizowane shelveset.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client