This documentation is archived and is not being maintained.
Workspace::Unshelve Method (String, String)
Visual Studio 2013
Reproduces in this workspace a set of pending changes that have been previously shelved to the server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- shelvesetName
- Type: System::String
The name of the shelveset to unshelve.
- shelvesetOwner
- Type: System::String
The name of the user who created the shelveset.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::ShelvesetThe shelveset that was unshelved.
- 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.
Show: