Share via


SettingsProviderAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

SettingsProviderAttribute(String)

SettingsProviderAttribute sınıfının örneğini 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

SettingsProviderAttribute sınıfının örneğini 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

providerTypeName
String

String Ayarlar sağlayıcısının adını içeren.

Açıklamalar

Tür adı, ayarlar sağlayıcısı olarak belirtilen sınıfından türetilen SettingsProvidersınıfın adıdır.

Dikkat

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

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)

Parametreler

providerType
Type

Type Ayarlar sağlayıcı türünü içeren bir.

Şunlara uygulanır