SettingsBase.PropertyValues 屬性

定義

取得設定屬性值的集合。

public:
 virtual property System::Configuration::SettingsPropertyValueCollection ^ PropertyValues { System::Configuration::SettingsPropertyValueCollection ^ get(); };
public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get; }
member this.PropertyValues : System.Configuration.SettingsPropertyValueCollection
Public Overridable ReadOnly Property PropertyValues As SettingsPropertyValueCollection

屬性值

SettingsPropertyValue 物件的集合,表示 SettingsBase 執行個體所管理的屬性之實際資料值。

適用於