NameValueSectionHandler クラス

定義

構成セクションから名前と値のペアの構成情報を提供します。

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

注釈

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

コンストラクター

名前 説明
NameValueSectionHandler()

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

プロパティ

名前 説明
KeyAttributeName

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

ValueAttributeName

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

メソッド

名前 説明
Create(Object, Object, XmlNode)

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

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください