SettingsProviderAttribute Oluşturucular
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.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| SettingsProviderAttribute(String) |
Sınıfının bir örneğini SettingsProviderAttribute başlatır. |
| SettingsProviderAttribute(Type) |
SettingsProviderAttribute sınıfının yeni bir örneğini başlatır. |
SettingsProviderAttribute(String)
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
Sınıfının bir örneğini SettingsProviderAttribute başlatır.
public:
SettingsProviderAttribute(System::String ^ providerTypeName);
public SettingsProviderAttribute(string providerTypeName);
new System.Configuration.SettingsProviderAttribute : string -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerTypeName As String)
Parametreler
Açıklamalar
Tür adı, sınıfından türetilen SettingsProviderve ayarlar sağlayıcısı olarak belirtilen adıdır.
Caution
Bu sağlayıcılar uygulamanızın yapılandırma bilgilerine tam okuma/yazma erişimine sahip olduğundan, rastgele üçüncü tarafların özel ayar sağlayıcılarının kullanılması doğal olarak güvenli değildir. Bir ayar sağlayıcısı, genel kullanım için benimsenmeden önce ayrıntılı bir şekilde incelenmelidir.
Ayrıca bkz.
Şunlara uygulanır
SettingsProviderAttribute(Type)
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
- Kaynak:
- SettingsProviderAttribute.cs
SettingsProviderAttribute sınıfının yeni bir örneğini başlatır.
public:
SettingsProviderAttribute(Type ^ providerType);
public SettingsProviderAttribute(Type providerType);
new System.Configuration.SettingsProviderAttribute : Type -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerType As Type)