ConfigurationElement.Reset(ConfigurationElement) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Obnoví vnitřní stav objektu ConfigurationElement , včetně zámků a kolekcí vlastností.
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);
protected 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)
Protected Overridable Sub Reset (parentElement As ConfigurationElement)
Parametry
- parentElement
- ConfigurationElement
Nadřazený uzel elementu konfigurace.