VersionControlServer.UpdateShelveset Method

Updates the shelveset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub UpdateShelveset ( _
    shelvesetName As String, _
    shelvesetOwner As String, _
    updatedShelveset As Shelveset _
)
public void UpdateShelveset(
    string shelvesetName,
    string shelvesetOwner,
    Shelveset updatedShelveset
)
public:
void UpdateShelveset(
    String^ shelvesetName, 
    String^ shelvesetOwner, 
    Shelveset^ updatedShelveset
)
member UpdateShelveset : 
        shelvesetName:string * 
        shelvesetOwner:string * 
        updatedShelveset:Shelveset -> unit
public function UpdateShelveset(
    shelvesetName : String, 
    shelvesetOwner : String, 
    updatedShelveset : Shelveset
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace