PersistenceProviderElement.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 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.