This documentation is archived and is not being maintained.
VersionControlServer.DeleteShelveset Method (String, String)
Visual Studio 2013
Removes a Shelveset from the server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Sub DeleteShelveset ( _ shelvesetName As String, _ shelvesetOwner As String _ )
Parameters
- shelvesetName
- Type: System.String
The name of the Shelveset to remove.
- shelvesetOwner
- Type: System.String
The owner of the Shelveset to remove.
- 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: