ApplicationScopedSettingAttribute 构造函数
定义
初始化 ApplicationScopedSettingAttribute 类的新实例。Initializes a new instance of the ApplicationScopedSettingAttribute class.
public:
ApplicationScopedSettingAttribute();
public ApplicationScopedSettingAttribute ();
Public Sub New ()
注解
每个应用程序设置属性必须应用于单个作用域属性,以便由设置提供程序识别和序列化。Each application settings property must be applied with a single scope attribute in order for it to be recognized and serialized by the settings provider.