SettingsBase.Properties 属性
定义
获取设置属性的集合。Gets the collection of settings properties.
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 集合。A SettingsPropertyCollection collection containing all the SettingsProperty objects.
注解
get属性的访问器 Properties 返回 SettingsProperty 与实例所管理的属性关联的实例的集合 SettingsBase 。The get accessor of the Properties property returns the collection of SettingsProperty instances associated with the properties managed by the SettingsBase instance.
SettingsBase类本身识别设置的某些特征,例如其名称、属性类型、设置提供程序、默认值和只读状态以及序列化首选项。The SettingsBase class natively recognizes certain characteristics of a setting, such as its name, property type, settings provider, default value, and read-only status and a serialization preference. 这些特征作为类中的属性进行镜像 SettingsProperty 。These characteristics are mirrored as properties in the SettingsProperty class. 类的所有其他特性 SettingsProperty 只传递到其关联的设置提供程序 SettingsAttributeDictionary 。All other attributes of the SettingsProperty class are just passed through to its associated settings provider as a SettingsAttributeDictionary.