其右侧的图标表示这是一个接口类型__interface(或者是结构体类型)
其右侧图标表示这是一个类类型
其右侧图标表示这是一个.cpp文件(貌似还可以是.hpp等文件)
其右侧图标表示这是一个枚举类型
其右侧图标表示这是一个结构体类型(也可能是接口__interface类型)
其右侧图标表示这是一个用typedef类型别名定义的类型
其右侧图标表示这是一个普通变量或对象(与作用域及const ,static,extern修饰符无关)
其右侧图标表示这是一个共用体类型(联合)
其右侧图标表示这是一个宏定义
其右侧图标表示为选择此项后可以自动帮用户补全类(也可以是struct等内置类型,要看右边的标识符)的基本声明部分
其右侧图标表明这是一个保留关键字(__stdcall、int等)
其右侧图标表明这是一个函数(包括成员函数(图标与访问属性有关)或函数模版及main函数等)
右侧图标表明这是一个头文件
右上部分表明是public访问权限的数据成员,中间的是private访问权限,下面的是protected访问权限(成员函数图标修改方式与此等同)
//若是出现补全内容的第一项是符合条件的,可以直接按下Tab键补全
--------------------------------------------------其他样式
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
扩展方法 |
"类视图"和"对象浏览器"显示表示代码实体的图标
Icon |
Description |
Icon |
Description |
|
Namespace |
|
Method or Function |
|
Class |
|
Operator运算符 |
|
Interface |
|
Property属性 |
|
Structure |
|
Field or Variable字段或变量 |
|
Union联合 |
|
Event |
|
Enum |
|
Constant返回的常量 |
|
TypeDef别名 |
|
Enum Item枚举项 |
|
Module模块 |
|
Map Item映射项 |
|
Extension Method扩展方法 |
|
External Declaration外部声明 |
|
Delegate委托 |
|
Error |
|
Exception例外 |
|
Template模板 |
|
Map映射 |
|
Unknown未知 |
|
Type Forwarding类型转发 |
Signal icons
The following signal icons apply to all the previous icons and indicate their accessibility. 以下信号图标应用于所有原有的图标并指示它们的辅助功能。
Icon |
Description |
<No Signal Icon> |
Public. Accessible from anywhere in this component and from any component that references it. |
|
Protected. Accessible from the containing class or type, or those derived from the containing class or type. |
|
Private. Accessible only in the containing class or type. |
|
Sealed. |
|
Friend/Internal. Accessible only from the project. |
|
Shortcut. A shortcut to the object. |