ConfigurationSettings.GetConfig メソッド
アセンブリ: System (system.dll 内)

<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
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
戻り値
渡される構成セクション名およびパスの ConfigurationSection オブジェクト。
![]() |
---|
ConfigurationSettings クラスは、下位互換性のみを提供します。代わりに、ConfigurationManager クラスまたは WebConfigurationManager クラスを使用する必要があります。 |



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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からConfigurationSettings.GetConfig メソッドを検索する場合は、下記のリンクをクリックしてください。

- ConfigurationSettings.GetConfig メソッドのページへのリンク