Workspace.Shelve Method

Collects a set of pending changes and shelves them to the server.

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

Syntax

'Declaration
Public Sub Shelve ( _
    shelveset As Shelveset, _
    changes As PendingChange(), _
    options As ShelvingOptions _
)
public void Shelve(
    Shelveset shelveset,
    PendingChange[] changes,
    ShelvingOptions options
)
public:
void Shelve(
    Shelveset^ shelveset, 
    array<PendingChange^>^ changes, 
    ShelvingOptions options
)
member Shelve : 
        shelveset:Shelveset * 
        changes:PendingChange[] * 
        options:ShelvingOptions -> unit
public function Shelve(
    shelveset : Shelveset, 
    changes : PendingChange[], 
    options : ShelvingOptions
)

Parameters

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace