SccToolsOptionsEnum Enum

Definition

Options that can be viewed or updated for source control tools. Used exclusively by the methods on the IVsSccToolsOptions interface.

C++/CX
public enum class SccToolsOptionsEnum
Inheritance
SccToolsOptionsEnum

Fields

Name Value Description
ksctoAllowReadOnlyFilesNotUnderSccToBeEdited 1

Nonzero to allow files marked as read-only (but which are not under source control) to be edited.

ksctoLast 1

This value is set to the last option in the enumeration. Do not use as an option.

ksctoBad 2

This value indicates an unrecognized option.

Remarks

COM Signature

From IVsSccToolsOptions.idl:

cpp#
enum __SccToolsOptionsEnum  
{  
   ksctoAllowReadOnlyFilesNotUnderSccToBeEdited = 1,  
   ksctoLast                                    = ksctoAllowReadOnlyFilesNotUnderSccToBeEdited,  
   ksctoBad                                     = ksctoLast+1  
} SccToolsOptionsEnum;  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022