ArcFM Desktop Developer Guide
Unmerge Method (PolymorphicConfigurationElementCollection<T>)


A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
The parent System.Configuration.ConfigurationElement object of the current element, or a a null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic) if this is the top level.
One of the System.Configuration.ConfigurationSaveMode values.
Reverses the effect of merging configuration information from different levels of the configuration hierarchy.
Syntax
'Declaration
 
Protected Overrides Sub Unmerge( _
   ByVal sourceElement As ConfigurationElement, _
   ByVal parentElement As ConfigurationElement, _
   ByVal saveMode As ConfigurationSaveMode _
) 
'Usage
 
Dim instance As PolymorphicConfigurationElementCollection(Of T)
Dim sourceElement As ConfigurationElement
Dim parentElement As ConfigurationElement
Dim saveMode As ConfigurationSaveMode
 
instance.Unmerge(sourceElement, parentElement, saveMode)

Parameters

sourceElement
A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
parentElement
The parent System.Configuration.ConfigurationElement object of the current element, or a a null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic) if this is the top level.
saveMode
One of the System.Configuration.ConfigurationSaveMode values.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PolymorphicConfigurationElementCollection<T> Class
PolymorphicConfigurationElementCollection<T> Members

 

 


Send Comment