简体   繁体   English

这三个Visual Studio Solution Explorer图标之间有什么区别?

[英]What is the difference between these 3 Visual Studio Solution Explorer icons?

I am seeing 3 different types of icons directly to the right of my .cs filenames in Visual Studio Community 2017 Version 15.8.1 I'm curious as to what they mean. 我在Visual Studio Community 2017版本15.8.1中的.cs文件名的右边直接看到3种不同类型的图标,我很好奇它们的含义。 I checked out: https://docs.microsoft.com/en-us/visualstudio/ide/class-view-and-object-browser-icons?view=vs-2017 but couldn't find these icons. 我签出了: https : //docs.microsoft.com/zh-cn/visualstudio/ide/class-view-and-object-browser-icons?view=vs-2017但找不到这些图标。

I'm thinking it might be from a plugin or something? 我在想可能是来自插件或其他东西? not sure. 不确定。 There is no common thread linking them as far as GIT, compilation status or errors. 就GIT,编译状态或错误而言,没有通用的线程将它们链接起来。 I'm brand new to VS and C#, so these things bother me. 我是VS和C#的新手,所以这些东西困扰我。

C#锁图标

其他C#图标

thanks! 谢谢!

This is all related to source control, in your case GIT 这都与源代码控制有关,在您的情况下是GIT

  • The lock icon means the file is source controlled and not currently modified or has any pending changes. lock图标表示该文件是源代码控制的,当前未修改,或有任何待处理的更改。 If you hover over in VS you will see the status as "Checked In". 如果将鼠标悬停在VS上,您将看到状态为“已签入”。

  • The plus icon means its a new file that has yet to be added to source control. plus图标表示其尚未添加到源代码管理的新文件。 If you hover over in VS you will see the status as "Pending Add". 如果将鼠标悬停在VS上,您将看到状态为“待添加”。

  • The red check icon means there is a pending change that is yet to be committed. red check图标表示有一个尚待落实的挂起更改。 If you hover over in VS you will see the status as "Pending Edit". 如果将鼠标悬停在VS上,您将看到状态为“待编辑”。

  1. The lock means the file is unchanged from the version in source control. 该锁定表示该文件与源代码管理中的版本相同。
  2. The plus means it's a new file not yet tracked in source control. 加号表示它是一个尚未在源代码管理中跟踪的新文件。
  3. The red tick means the file has been changed and not yet committed to source control. 红色对勾表示文件已更改,尚未提交到源代码管理。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Visual Studio解决方案资源管理器中显示这两个图标的ASP.NET网站之间的功能区别是什么? - What is the functional difference between ASP.NET websites displaying these two icons in Visual Studio solution explorer? Visual Studio .Net解决方案资源管理器图标 - Visual Studio .Net Solution Explorer icons MonoDevelop解决方案文件和Visual Studio解决方案文件之间有什么区别? - What is the difference between a MonoDevelop solution file and a Visual Studio Solution file? Visual Studios 解决方案资源管理器中项目文件图标的差异 - Difference in project file icons in Visual Studios Solution Explorer Visual Studio Shell 2015不在解决方案资源管理器中使用自定义图标 - Visual Studio Shell 2015 does not use custom icons in solution explorer 在Visual Studio中//和///有什么区别? - What is the difference between // and /// in Visual Studio? Visual Studio 解决方案资源管理器未在解决方案中显示项目 - Visual Studio Solution Explorer not showing projects in solution Visual Studio 中的“构建”和“重建”有什么区别? - What is the difference between a “build” and a “rebuild” in Visual Studio? Visual Studio Dom Explorer和IE F12工具Dom Explorer之间的区别 - Difference between Visual Studio Dom Explorer and I.E. F12 tools Dom Explorer Visual Studio 2013扩展解决方案资源管理器筛选器 - Visual Studio 2013 Extending Solution Explorer Filter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM