ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.Reset メソッド

定義

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

protected:
 override void Reset(System::Configuration::ConfigurationElement ^ parentElement);
[System.Security.SecurityCritical]
protected override void Reset (System.Configuration.ConfigurationElement parentElement);
[<System.Security.SecurityCritical>]
override this.Reset : System.Configuration.ConfigurationElement -> unit
Protected Overrides Sub Reset (parentElement As ConfigurationElement)

パラメーター

parentElement
ConfigurationElement

現在の要素の親 ConfigurationElement オブジェクト。この要素がトップレベルの場合は null

属性

注釈

このメソッドの既定の動作は、コレクションに格納されている変更された要素をクリアし、その変更された要素に親構成ファイルで指定された値を設定することです。 コレクション内の要素が子要素を持つ場合、各子要素でもこのメソッドが呼び出されます。

適用対象