ConfigurationElement.Reset(ConfigurationElement) Метод

Определение

Восстанавливает внутреннее состояние объекта ConfigurationElement, включая блокировки и коллекции свойств.

protected:
 virtual void Reset(System::Configuration::ConfigurationElement ^ parentElement);
protected public:
 virtual void Reset(System::Configuration::ConfigurationElement ^ parentElement);
protected 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 Overridable Sub Reset (parentElement As ConfigurationElement)
Protected Friend Overridable Sub Reset (parentElement As ConfigurationElement)

Параметры

parentElement
ConfigurationElement

Родительский узел данного элемента конфигурации.

Применяется к