SettingsProviderAttribute Konstruktory

Definice

Přetížení

Name Description
SettingsProviderAttribute(String)

Inicializuje instanci SettingsProviderAttribute třídy.

SettingsProviderAttribute(Type)

Inicializuje novou instanci SettingsProviderAttribute třídy.

SettingsProviderAttribute(String)

Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs

Inicializuje instanci SettingsProviderAttribute třídy.

public:
 SettingsProviderAttribute(System::String ^ providerTypeName);
public SettingsProviderAttribute(string providerTypeName);
new System.Configuration.SettingsProviderAttribute : string -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerTypeName As String)

Parametry

providerTypeName
String

A String obsahující název zprostředkovatele nastavení.

Poznámky

Název typu je název třídy odvozené od SettingsProvider, který je určen jako zprostředkovatel nastavení.

Caution

Použití zprostředkovatelů vlastních nastavení od libovolných třetích stran je ze své podstaty nebezpečné, protože tito zprostředkovatelé mají úplný přístup pro čtení a zápis ke konfiguračním informacím vaší aplikace. Před přijetím pro obecné použití by měl být poskytovatel nastavení důkladně prověřen.

Viz také

Platí pro

SettingsProviderAttribute(Type)

Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs
Zdroj:
SettingsProviderAttribute.cs

Inicializuje novou instanci SettingsProviderAttribute třídy.

public:
 SettingsProviderAttribute(Type ^ providerType);
public SettingsProviderAttribute(Type providerType);
new System.Configuration.SettingsProviderAttribute : Type -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerType As Type)

Parametry

providerType
Type

A Type obsahující typ zprostředkovatele nastavení.

Platí pro