DictionarySectionHandler クラス

定義

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

public ref class DictionarySectionHandler : System::Configuration::IConfigurationSectionHandler
public class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler
type DictionarySectionHandler = class
    interface IConfigurationSectionHandler
Public Class DictionarySectionHandler
Implements IConfigurationSectionHandler
継承
DictionarySectionHandler
実装

注釈

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

コンストラクター

DictionarySectionHandler()

DictionarySectionHandler クラスの新しいインスタンスを初期化します。

プロパティ

KeyAttributeName

キー/値ペアでキーとして使用する XML 属性名を取得します。

ValueAttributeName

キー/値ペアで値として使用する XML 属性名を取得します。

メソッド

Create(Object, Object, XmlNode)

新しい構成ハンドラーを作成し、指定されたパラメーターに基づいてセクション ハンドラー コレクションに追加します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください