ConfigurationElementCollection.Reset(ConfigurationElement) メソッド

定義

派生クラスでオーバーライドされると、ConfigurationElementCollection を変更されていない状態にリセットします。

protected:
 override void Reset(System::Configuration::ConfigurationElement ^ parentElement);
protected public:
 override void Reset(System::Configuration::ConfigurationElement ^ parentElement);
protected override void Reset (System.Configuration.ConfigurationElement parentElement);
protected internal override void Reset (System.Configuration.ConfigurationElement parentElement);
override this.Reset : System.Configuration.ConfigurationElement -> unit
Protected Overrides Sub Reset (parentElement As ConfigurationElement)
Protected Friend Overrides Sub Reset (parentElement As ConfigurationElement)

パラメーター

parentElement
ConfigurationElement

コレクションの親要素が存在する場合は、その要素を表す ConfigurationElement。それ以外の場合は null

注釈

メソッドの既定の Reset 動作は、オブジェクトに含まれる変更された要素 ConfigurationElementCollection をクリアし、変更された要素を親構成ファイルで指定された値に設定することです。 内の要素に ConfigurationElementCollection 子要素がある場合は、 Reset それらの子要素でも が呼び出されます。

適用対象