ShelvingOptions Enumeration
Options for how to perform the shelving 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
[FlagsAttribute]
public enum ShelvingOptions
[FlagsAttribute]
public enum class ShelvingOptions
[<FlagsAttribute>]
type ShelvingOptions
public enum ShelvingOptions
Members
Member name | Description | |
---|---|---|
Move | The Move option. | |
None | No option defined. | |
Replace | The replace option. |