DictionarySectionHandler クラス

構成セクションからキー/値ペア構成情報を提供します。

名前空間: System.Configuration
アセンブリ: System (system.dll 内)

構文

'宣言
Public Class DictionarySectionHandler
    Implements IConfigurationSectionHandler
'使用
Dim instance As DictionarySectionHandler
public class DictionarySectionHandler : IConfigurationSectionHandler
public ref class DictionarySectionHandler : IConfigurationSectionHandler
public class DictionarySectionHandler implements IConfigurationSectionHandler
public class DictionarySectionHandler implements IConfigurationSectionHandler

解説

このクラスは、IConfigSectionHandler インターフェイスを実装します。DictionarySectionHandler は、XML 構成セクションを操作するための規則を定義します。

継承階層

System.Object
  System.Configuration.DictionarySectionHandler

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

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

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

参照

関連項目

DictionarySectionHandler メンバ
System.Configuration 名前空間
IConfigurationSectionHandler