SecurityElementBase.Unmerge Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Modyfikuje ten element konfiguracji, aby usunąć wszystkie wartości, które nie powinny być zapisywane.
protected:
override void Unmerge(System::Configuration::ConfigurationElement ^ sourceElement, System::Configuration::ConfigurationElement ^ parentElement, System::Configuration::ConfigurationSaveMode saveMode);
protected override void Unmerge (System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode);
override this.Unmerge : System.Configuration.ConfigurationElement * System.Configuration.ConfigurationElement * System.Configuration.ConfigurationSaveMode -> unit
Protected Overrides Sub Unmerge (sourceElement As ConfigurationElement, parentElement As ConfigurationElement, saveMode As ConfigurationSaveMode)
Parametry
- sourceElement
- ConfigurationElement
Obiekt ConfigurationElement na bieżącym poziomie, który zawiera scalony widok właściwości.
- parentElement
- ConfigurationElement
Obiekt nadrzędny ConfigurationElement lub jeśli jest to najwyższy null
poziom.
- saveMode
- ConfigurationSaveMode
Obiekt, ConfigurationSaveMode który określa, które wartości właściwości mają być dołączane.