Aracılığıyla paylaş


ConfigurationSettings.GetConfig(String) Yöntem

Tanım

Dikkat

This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection

Dikkat

ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.

ConfigurationSection Geçirilen yapılandırma bölümü adı ve yolu için nesnesini döndürür.

public:
 static System::Object ^ GetConfig(System::String ^ sectionName);
[System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
public static object GetConfig (string sectionName);
[System.Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")]
public static object GetConfig (string sectionName);
public static object GetConfig (string sectionName);
[<System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")>]
static member GetConfig : string -> obj
[<System.Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")>]
static member GetConfig : string -> obj
static member GetConfig : string -> obj
Public Shared Function GetConfig (sectionName As String) As Object

Parametreler

sectionName
String

"system.net/settings" gibi bir yapılandırma adı ve yolu.

Döndürülenler

ConfigurationSection Geçirilen yapılandırma bölümü adı ve yolu için nesne.

Öznitelikler

Özel durumlar

İstenen bölüm alınamıyor.

Açıklamalar

Bu yöntem eskidir ve geriye dönük uyumluluk için korunur. Bunun yerine lütfen yöntemini kullanın ConfigurationManager.GetSection(String) .

Şunlara uygulanır

Ayrıca bkz.