vsSourceControlCheckOutOptions Enum

Definition

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

vsSourceControlCheckOutOptionLatestVersion 0

Check out the latest version.

vsSourceControlCheckOutOptionLocalVersion 1

Check out a local version.

Applies to