Udostępnij za pośrednictwem


SecurityElementBase.Unmerge Metoda

Definicja

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.

Dotyczy