ConfigurationSettings.GetConfig-Methode
HINWEIS: Diese Methode ist mittlerweile veraltet.
Gibt das ConfigurationSection-Objekt für den übergebenen Konfigurationsabschnittsnamen und Pfad zurück.
Namespace: System.Configuration
Assembly: System (in system.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")> _
Public Shared Function GetConfig ( _
sectionName As String _
) As Object
'Usage
Dim sectionName As String
Dim returnValue As Object
returnValue = ConfigurationSettings.GetConfig(sectionName)
[ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
public static Object GetConfig (
string sectionName
)
[ObsoleteAttribute(L"This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
public:
static Object^ GetConfig (
String^ sectionName
)
/** @attribute ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection") */
public static Object GetConfig (
String sectionName
)
ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")
public static function GetConfig (
sectionName : String
) : Object
Parameter
- sectionName
Ein Konfigurationsname und ein Pfad, z. B. "system.net/settings".
Rückgabewert
Das ConfigurationSection-Objekt für den übergebenen Konfigurationsabschnittsnamen und Pfad.
Hinweis
Die ConfigurationSettings-Klasse stellt nur Abwärtskompatibilität bereit. Stattdessen sollten Sie die ConfigurationManager-Klasse oder die WebConfigurationManager-Klasse verwenden.
Ausnahmen
Ausnahmetyp | Bedingung |
---|---|
Kann den angeforderten Abschnitt nicht abrufen. |
Hinweise
Diese Methode ist veraltet und wird für die Abwärtskompatibilität beibehalten. Verwenden Sie stattdessen die GetSection-Methode.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0
Siehe auch
Referenz
ConfigurationSettings-Klasse
ConfigurationSettings-Member
System.Configuration-Namespace
ConfigurationSection-Klasse