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回傳與該物件管理SettingsBase屬性相關的實例集合SettingsProperty。
該 SettingsBase 類別原生識別設定的某些特性,例如其名稱、屬性類型、設定提供者、預設值、唯讀狀態以及序列化偏好。 這些特性在類別中被鏡像為屬性 SettingsProperty 。 類別的其他屬性SettingsProperty會直接傳遞給其相關的設定提供者。SettingsAttributeDictionary