ConfigurationElement.Unmerge Method
Assembly: System.Configuration (in system.configuration.dll)
'Declaration Protected Friend Overridable Sub Unmerge ( _ sourceElement As ConfigurationElement, _ parentElement As ConfigurationElement, _ saveMode As ConfigurationSaveMode _ ) 'Usage Dim sourceElement As ConfigurationElement Dim parentElement As ConfigurationElement Dim saveMode As ConfigurationSaveMode Me.Unmerge(sourceElement, parentElement, saveMode)
protected void Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode )
protected internal function Unmerge ( sourceElement : ConfigurationElement, parentElement : ConfigurationElement, saveMode : ConfigurationSaveMode )
Parameters
- sourceElement
A ConfigurationElement object at the current level containing a merged view of the properties.
- parentElement
The parent ConfigurationElement object, or a null reference (Nothing in Visual Basic) if this is the top level.
- saveMode
A ConfigurationSaveMode object that determines which property values to include.
Called before the ConfigurationElement object is saved by the Configuration object in order to remove all unneeded properties.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.