Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Options that can be viewed or updated for source control tools. Used exclusively by the methods on the IVsSccToolsOptions interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration SccToolsOptionsEnum
public enum SccToolsOptionsEnum
public enum class SccToolsOptionsEnum
type SccToolsOptionsEnum
public enum SccToolsOptionsEnum
Members
| Member name | Description | |
|---|---|---|
| ksctoAllowReadOnlyFilesNotUnderSccToBeEdited | Nonzero to allow files marked as read-only (but which are not under source control) to be edited. | |
| ksctoBad | This value indicates an unrecognized option. | |
| ksctoLast | 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;