Konfigurationsabschnitt für Windows Forms
Konfigurationseinstellungen für Windows Forms ermöglichen einer Windows Forms-App das Speichern und Abrufen von Informationen über benutzerdefinierte Anwendungseinstellungen wie z.B. Unterstützung mehrerer Monitore, Unterstützung für hohe DPI-Werte sowie weitere vorab definierte Konfigurationseinstellungen.
Windows Forms-Anwendungskonfigurationseinstellungen werden im System.Windows.Forms.ApplicationConfigurationSection
-Element der Anwendungskonfigurationsdatei gespeichert.
Syntax
<configuration>
<System.Windows.Forms.ApplicationConfigurationSection>
...
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>
Attribute und Elemente
In den folgenden Abschnitten werden Attribute sowie untergeordnete und übergeordnete Elemente beschrieben.
Attribute
Keine
Untergeordnete Elemente
Element | BESCHREIBUNG |
---|---|
<add> |
Fügt einen Konfigurationseinstellungsschlüssel mit einem angegebenen Wert hinzu. |
Übergeordnete Elemente
Element | BESCHREIBUNG |
---|---|
<configuration> | Das Stammelement in jeder von der Common Language Runtime und Windows Forms-Anwendungen verwendeten Konfigurationsdatei. |
Hinweise
Ab .NET Framework 4.7 ermöglicht das <System.Windows.Forms.ApplicationConfigurationSection>
-Element die Konfiguration von Windows Forms-Anwendungen für die Nutzung von Features, die in neueren Releases des .NET Framework hinzugefügt werden.
Das <System.Windows.Forms.ApplicationConfigurationSection>
-Element kann ein oder mehrere <add>
-Elemente enthalten, die jeweils eine bestimmte Konfigurationseinstellung definieren.