Workspace.Unshelve Method (String, String)
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)
Syntax
'Declaration
Public Function Unshelve ( _
shelvesetName As String, _
shelvesetOwner As String _
) As Shelveset
public Shelveset Unshelve(
string shelvesetName,
string shelvesetOwner
)
public:
Shelveset^ Unshelve(
String^ shelvesetName,
String^ shelvesetOwner
)
member Unshelve :
shelvesetName:string *
shelvesetOwner:string -> Shelveset
public function Unshelve(
shelvesetName : String,
shelvesetOwner : String
) : Shelveset
Parameters
shelvesetName
Type: System.StringThe name of the shelveset to unshelve.
shelvesetOwner
Type: System.StringThe name of the user who created the shelveset.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
The shelveset that was unshelved.
.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.