注册表编辑器中Visual Studio 2010的检入项目在哪里? [英] Where does Visual studio 2010 Checked-in items in Registry Editor?

查看:218
本文介绍了注册表编辑器中Visual Studio 2010的检入项目在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用TFS.

我的问题是更改注册表编辑器所在的路径"Debug> Options and Settings> Source Control> Environment".

示例: 我更改了复选框在源代码管理资源管理器中显示已删除的项目" "HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 10.0 \ TeamFoundation \ SourceControl \ ShowDeletedItems数据值更改在注册表编辑器中为False

但是我更改组合框已签入项目->保存或编辑"的值.在注册表编辑器中找不到我.注册表编辑器在哪里?

解决方案

您追求的所有值都位于"HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 10.0 \ SourceControl"下.无论使用什么SCM都适用.因此,这些不在".. \ TeamFoundation .."下是有道理的.

以下是reg值名称与其在VS中的表示形式的映射:
GetFiles >>打开解决方案或项目时获取所有内容
CheckInFiles >>关闭解决方案或项目时获取所有内容
SilentCheckOut >>在菜单中显示无提示签出命令
KeepCheckedOut >>签入时请保持签出项
SaveUncheckedOut >>签入项目/保存
CheckOutOnEdit >>签入项目/编辑
AllowInMemoryEditing >>允许编辑签入项目

在源代码管理" \"Visual Studio Team Foundation Server"对话框中找到的项目显然仅在SCM为TFS时适用.

I'm using TFS.

My problem changing the path "Debug>Options and Settings>Source Control>Environment" where is the Registry Editor.

example: i change check box "Show deleted items in the Source Control Explorer" in change the "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation\SourceControl\ShowDeletedItems data value change False in registry editor

but i change combo box" checked-in items -> Saving or Editing " the value. I am not found in registry editor. where is it in registry editor ?

解决方案

All the values you are after, reside under "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\SourceControl".
Those settings are generic for VS and apply regardless of the SCM used. So, it makes sense these don't reside under "..\TeamFoundation..".

The following is a mapping of reg-value names against their representation in VS:
GetFiles >> Get everything when a solution or project is opened
CheckInFiles >> Check in everything when closing a solution or project
SilentCheckOut >> Display silent check out command in menus
KeepCheckedOut >> Keep items checked out when checking in
SaveUncheckedOut >> Checked-in items / Saving
CheckOutOnEdit >> Checked-in items / Editing
AllowInMemoryEditing >> Allow checked-in items to be edited

The items found in the dialog "Source Control"\"Visual Studio Team Foundation Server" obviously apply only when SCM is TFS.

这篇关于注册表编辑器中Visual Studio 2010的检入项目在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆