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
shelveset
Type: Microsoft.TeamFoundation.VersionControl.Client.ShelvesetThe shelveset to create.
changes
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]An array of pending changes to shelve.
options
Type: Microsoft.TeamFoundation.VersionControl.Client.ShelvingOptionsOne or more of the enum values (Move, None, or Replace) for the shelving command.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.