ApplicationSettingsGroup Klasse

Definition

Stellt innerhalb einer Konfigurationsdatei eine Gruppierung verwandter Anwendungseinstellungsabschnitte dar. Diese Klasse kann nicht vererbt werden.

public ref class ApplicationSettingsGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class ApplicationSettingsGroup : System.Configuration.ConfigurationSectionGroup
type ApplicationSettingsGroup = class
    inherit ConfigurationSectionGroup
Public NotInheritable Class ApplicationSettingsGroup
Inherits ConfigurationSectionGroup
Vererbung
ApplicationSettingsGroup

Konstruktoren

ApplicationSettingsGroup()

Initialisiert eine neue Instanz der ApplicationSettingsGroup-Klasse.

Eigenschaften

IsDeclarationRequired

Ruft einen Wert ab, der angibt, ob die Deklaration dieses ConfigurationSectionGroup-Objekts erforderlich ist.

(Geerbt von ConfigurationSectionGroup)
IsDeclared

Ruft einen Wert ab, der angibt, ob dieses ConfigurationSectionGroup-Objekt deklariert wird.

(Geerbt von ConfigurationSectionGroup)
Name

Ruft die Namenseigenschaft dieses ConfigurationSectionGroup-Objekts ab.

(Geerbt von ConfigurationSectionGroup)
SectionGroupName

Ruft den dieser ConfigurationSectionGroup zugeordneten Abschnittsgruppennamen ab.

(Geerbt von ConfigurationSectionGroup)
SectionGroups

Ruft ein ConfigurationSectionGroupCollection-Objekt ab, das alle ConfigurationSectionGroup-Objekte enthält, die untergeordnete Elemente dieses ConfigurationSectionGroup-Objekts sind.

(Geerbt von ConfigurationSectionGroup)
Sections

Ruft ein ConfigurationSectionCollection-Objekt ab, das alle ConfigurationSection-Objekte innerhalb dieses ConfigurationSectionGroup-Objekts enthält.

(Geerbt von ConfigurationSectionGroup)
Type

Ruft den Typ für dieses ConfigurationSectionGroup-Objekt ab oder legt diesen fest.

(Geerbt von ConfigurationSectionGroup)

Methoden

Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
ForceDeclaration()

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
ForceDeclaration(Boolean)

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

Gibt an, ob der aktuelle ConfigurationSectionGroup instance serialisiert werden soll, wenn die Konfigurationsobjekthierarchie für die angegebene Zielversion des .NET Framework serialisiert wird.

(Geerbt von ConfigurationSectionGroup)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)

Gilt für:

Weitere Informationen