What do the Visual Studio watch window icons represent?

丶灬走出姿态 提交于 2021-01-27 04:16:59

问题


What do the each of the watch window icons and overlays in Visual Studio represent? Is there a legend on an MSDN page somewhere?

Example of some icons


回答1:


The icons identify the kind of the entity being watched; the same icons are also used in IntelliSense, Class View, and the Object Browser (and in Visual Studio 2012, the enhanced Solution Explorer).

There's an overview of the icons on MSDN: Class View and Object Browser Icons (the icons in Visual Studio 2012 are similar, but styled different).

Added

If you google for class and object browser icons then you should see the latest e.g. this one for VS 2019 https://docs.microsoft.com/en-us/visualstudio/ide/class-view-and-object-browser-icons?view=vs-2019

Some shown in this image from that page




回答2:


For VS2013 here's the icon reference:

http://msdn.microsoft.com/en-us/library/y47ychfe.aspx




回答3:


For Visual Studio 2015 and 2017:

https://docs.microsoft.com/en-us/visualstudio/ide/class-view-and-object-browser-icons



来源:https://stackoverflow.com/questions/11213672/what-do-the-visual-studio-watch-window-icons-represent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!