ShelvingOptions Enumeration
Used when you perform a shelve operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ShelvingOptions
'Usage
Dim instance As ShelvingOptions
[FlagsAttribute]
public enum ShelvingOptions
[FlagsAttribute]
public enum class ShelvingOptions
public enum ShelvingOptions
Members
Member name | Description | |
---|---|---|
None | Perform a normal shelve operation. Prompts if the shelveset already exists and leaves the pending changes in your workspace. | |
Move | After the shelve operation has completed, undo the change from the local workspace. This moves the pending changes from your workspace to the shelveset. | |
Replace | Forces the new shelveset to overwrite the existing shelveset without prompting. |