ApplicationSettingsBase.PropertyValues 属性
定义
获取属性值的集合。Gets a collection of property values.
public:
virtual property System::Configuration::SettingsPropertyValueCollection ^ PropertyValues { System::Configuration::SettingsPropertyValueCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public override System.Configuration.SettingsPropertyValueCollection PropertyValues { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PropertyValues : System.Configuration.SettingsPropertyValueCollection
Public Overrides ReadOnly Property PropertyValues As SettingsPropertyValueCollection
属性值
一个由属性值构成的 SettingsPropertyValueCollection。A SettingsPropertyValueCollection of property values.
- 属性