SettingsBase.Initialize Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Nesne tarafından SettingsBase kullanılan iç özellikleri başlatır.
public:
void Initialize(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsPropertyCollection ^ properties, System::Configuration::SettingsProviderCollection ^ providers);
public void Initialize (System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers);
member this.Initialize : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection * System.Configuration.SettingsProviderCollection -> unit
Public Sub Initialize (context As SettingsContext, properties As SettingsPropertyCollection, providers As SettingsProviderCollection)
Parametreler
- context
- SettingsContext
Ayarlar özellikleriyle ilgili ayarlar bağlamı.
- properties
- SettingsPropertyCollection
Örnekten erişilebilecek SettingsBase ayarlar özellikleri.
- providers
- SettingsProviderCollection
Özellik değerlerini yüklerken ve kaydederken kullanılması gereken başlatılan sağlayıcılar.