vsSourceControlCheckOutOptions Enumeration

Indicates document control checkout options.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("4EEE3A14-18AA-4244-9745-6E3F35D7FC4B")> _
Public Enumeration vsSourceControlCheckOutOptions
[GuidAttribute("4EEE3A14-18AA-4244-9745-6E3F35D7FC4B")]
public enum vsSourceControlCheckOutOptions
[GuidAttribute(L"4EEE3A14-18AA-4244-9745-6E3F35D7FC4B")]
public enum class vsSourceControlCheckOutOptions
[<GuidAttribute("4EEE3A14-18AA-4244-9745-6E3F35D7FC4B")>]
type vsSourceControlCheckOutOptions
public enum vsSourceControlCheckOutOptions

Members

Member name Description
vsSourceControlCheckOutOptionLatestVersion Check out the latest version.
vsSourceControlCheckOutOptionLocalVersion Check out a local version.

See Also

Reference

EnvDTE80 Namespace