次の方法で共有


ConfigurationSettings.GetConfig(String) メソッド

定義

注意事項

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

注意事項

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

渡される構成セクション名およびパスの ConfigurationSection オブジェクトを返します。

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

パラメーター

sectionName
String

"system.net/settings" などの構成名およびパス。

戻り値

渡される構成セクション名およびパスの ConfigurationSection オブジェクト。

属性

例外

要求されたセクションを取得できません。

注釈

このメソッドは古く、下位互換性のために維持されています。 代わりに メソッドを ConfigurationManager.GetSection(String) 使用してください。

適用対象

こちらもご覧ください