SettingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SettingElement.

Przeciążenia

SettingElement()

Inicjuje nowe wystąpienie klasy SettingElement.

SettingElement(String, SettingsSerializeAs)

Inicjuje SettingElement nowe wystąpienie klasy na podstawie podanych parametrów.

SettingElement()

Źródło:
SettingElement.cs
Źródło:
SettingElement.cs
Źródło:
SettingElement.cs

Inicjuje nowe wystąpienie klasy SettingElement.

public:
 SettingElement();
public SettingElement ();
Public Sub New ()

Dotyczy

SettingElement(String, SettingsSerializeAs)

Źródło:
SettingElement.cs
Źródło:
SettingElement.cs
Źródło:
SettingElement.cs

Inicjuje SettingElement nowe wystąpienie klasy na podstawie podanych parametrów.

public:
 SettingElement(System::String ^ name, System::Configuration::SettingsSerializeAs serializeAs);
public SettingElement (string name, System.Configuration.SettingsSerializeAs serializeAs);
new System.Configuration.SettingElement : string * System.Configuration.SettingsSerializeAs -> System.Configuration.SettingElement
Public Sub New (name As String, serializeAs As SettingsSerializeAs)

Parametry

name
String

Nazwa SettingElement obiektu.

serializeAs
SettingsSerializeAs

Obiekt SettingsSerializeAs. Ten obiekt jest wyliczeniem używanym jako schemat serializacji do przechowywania ustawień konfiguracji.

Dotyczy