vsSourceControlCheckOutOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates document control checkout options.
public enum class vsSourceControlCheckOutOptions
public enum class vsSourceControlCheckOutOptions
enum vsSourceControlCheckOutOptions
[System.Runtime.InteropServices.Guid("4EEE3A14-18AA-4244-9745-6E3F35D7FC4B")]
public enum vsSourceControlCheckOutOptions
[<System.Runtime.InteropServices.Guid("4EEE3A14-18AA-4244-9745-6E3F35D7FC4B")>]
type vsSourceControlCheckOutOptions =
Public Enum vsSourceControlCheckOutOptions
- Inheritance
-
vsSourceControlCheckOutOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsSourceControlCheckOutOptionLatestVersion | 0 | Check out the latest version. |
vsSourceControlCheckOutOptionLocalVersion | 1 | Check out a local version. |