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。