ConfigurationElement.Reset(ConfigurationElement) メソッド

定義

ロックやプロパティ コレクションなど、 ConfigurationElement オブジェクトの内部状態をリセットします。

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

パラメーター

parentElement
ConfigurationElement

構成要素の親ノード。

適用対象