Udostępnij za pośrednictwem


PersistenceProviderElement.Unmerge Metoda

Definicja

Modyfikuje ten obiekt elementu 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

Na ConfigurationElement bieżącym poziomie zawierającym scalony widok właściwości.

parentElement
ConfigurationElement

Element nadrzędny ConfigurationElement , lub , jeśli jest to najwyższy null poziom.

saveMode
ConfigurationSaveMode

Wartość ConfigurationSaveMode , która określa, które wartości właściwości mają być dołączane.

Dotyczy