可用于源代码管理中查看或更新的选项工具。独占方式使用用 IVsSccToolsOptions 接口的方法。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Public Enumeration __SccToolsOptionsEnum
public enum __SccToolsOptionsEnum
成员
| 成员名称 | 说明 | |
|---|---|---|
| ksctoAllowReadOnlyFilesNotUnderSccToBeEdited | 非零允许不受源代码管理) 转换为只读的标记文件 (不过,将编辑。 | |
| ksctoLast | 此值设置为枚举中的最终选择。不要用作选项。 | |
| ksctoBad | 此值指示一个无法识别的选项。 |
备注
COM 签名
从 IVsSccToolsOptions.idl:
enum __SccToolsOptionsEnum
{
ksctoAllowReadOnlyFilesNotUnderSccToBeEdited = 1,
ksctoLast = ksctoAllowReadOnlyFilesNotUnderSccToBeEdited,
ksctoBad = ksctoLast+1
} SccToolsOptionsEnum;