__SccToolsOptionsEnum 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.
Options that can be viewed or updated for source control tools. Used exclusively by the methods on the IVsSccToolsOptions interface.
public enum class __SccToolsOptionsEnum
public enum class __SccToolsOptionsEnum
enum __SccToolsOptionsEnum
public enum __SccToolsOptionsEnum
type __SccToolsOptionsEnum =
Public Enum __SccToolsOptionsEnum
- Inheritance
-
__SccToolsOptionsEnum
Fields
ksctoAllowReadOnlyFilesNotUnderSccToBeEdited | 1 | Nonzero to allow files marked as read-only (but which are not under source control) to be edited. |
ksctoBad | 2 | This value indicates an unrecognized option. |
ksctoLast | 1 | This value is set to the last option in the enumeration. Do not use as an option. |
Remarks
COM Signature
From IVsSccToolsOptions.idl:
enum __SccToolsOptionsEnum
{
ksctoAllowReadOnlyFilesNotUnderSccToBeEdited = 1,
ksctoLast = ksctoAllowReadOnlyFilesNotUnderSccToBeEdited,
ksctoBad = ksctoLast+1
} SccToolsOptionsEnum;