IInternalConfigSystem.GetSection メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: System.Configuration.Internal
アセンブリ: System.Configuration (system.configuration.dll 内)
構文
Function GetSection ( _ configKey As String _ ) As Object
Dim instance As IInternalConfigSystem Dim configKey As String Dim returnValue As Object
returnValue = instance.GetSection(configKey)
Object GetSection ( string configKey )
Object^ GetSection ( String^ configKey )
Object GetSection ( String configKey )
function GetSection ( configKey : String ) : Object
configKey
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
IInternalConfigSystem インターフェイス
IInternalConfigSystem メンバ
System.Configuration.Internal 名前空間