【问题标题】:What does this picture with a small blue box and ribbon in Visual Studio mean?在 Visual Studio 中,这张带有蓝色小框和功能区的图片是什么意思?
【发布时间】:2018-03-25 04:39:34
【问题描述】:

Visual Studio 中这张带有蓝色小框和功能区的图片是什么意思?

例子:

【问题讨论】:

标签: c# visual-studio symbols


【解决方案1】:

看来它确实代表了受保护的字段。

我设置了一个项目来查看是否得到相同的图标,我确实得到了,这看起来很奇怪,因为根据docs,它看起来应该是受保护字段的星号,而不是蓝丝带。


您的个人页面继承自 Page 类,您可以在其中找到以下声明:

protected bool AsyncMode { get; set; }
protected bool AspCompatMode { get; set; }

Page 继承自 TemplateControl,您可以在其中找到:

protected virtual int AutoHandlers { get; set; }

TemplateControl 继承自Control

protected ControlAdapter Adapter { get; }

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-02-10
    • 1970-01-01
    • 2015-10-01
    • 2011-03-07
    • 2015-12-03
    • 2019-04-01
    • 1970-01-01
    相关资源
    最近更新 更多