Share via


Workspace.Shelve-Methode

Sammelt einen Satz ausstehender Änderungen und legt sie zum Server ab.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace