问题描述
Visual Studio中的每个监视窗口图标和叠加层分别代表什么?MSDN页面上某处是否有图例?
图标标识要监视的实体的类型.IntelliSense,类视图和对象浏览器(以及Visual Studio 2012中增强的解决方案资源管理器)中也使用了相同的图标.
MSDN上的图标概述:
What do the each of the watch window icons and overlays in Visual Studio represent? Is there a legend on an MSDN page somewhere?
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
这篇关于Visual Studio监视窗口图标代表什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!