SettingsBase.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取设置属性的集合。
public:
virtual property System::Configuration::SettingsPropertyCollection ^ Properties { System::Configuration::SettingsPropertyCollection ^ get(); };
public virtual System.Configuration.SettingsPropertyCollection Properties { get; }
member this.Properties : System.Configuration.SettingsPropertyCollection
Public Overridable ReadOnly Property Properties As SettingsPropertyCollection
属性值
包含所有 SettingsPropertyCollection 对象的 SettingsProperty 集合。
注解
get
属性的访问Properties器返回与实例管理的属性关联的实例集合SettingsPropertySettingsBase。
类 SettingsBase 以本机方式识别设置的某些特征,例如其名称、属性类型、设置提供程序、默认值、只读状态和序列化首选项。 这些特征作为 类中的 SettingsProperty 属性进行镜像。 类的所有其他属性 SettingsProperty 仅作为 SettingsAttributeDictionary传递到其关联的设置提供程序。