Bagikan melalui


SettingsBase.Properties Properti

Definisi

Mendapatkan kumpulan properti pengaturan.

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

Nilai Properti

Koleksi SettingsPropertyCollection yang berisi semua SettingsProperty objek.

Keterangan

Aksesor getProperties properti mengembalikan kumpulan SettingsProperty instans yang terkait dengan properti yang dikelola oleh SettingsBase instans.

Kelas ini SettingsBase secara asli mengenali karakteristik tertentu dari pengaturan, seperti nama, jenis properti, penyedia pengaturan, nilai default, dan status baca-saja dan preferensi serialisasi. Karakteristik ini dicerminkan sebagai properti di SettingsProperty kelas . Semua atribut kelas lainnya baru saja diteruskan SettingsProperty ke penyedia pengaturan terkait sebagai SettingsAttributeDictionary.

Berlaku untuk

Lihat juga