This documentation is archived and is not being maintained.
ServiceModelEnhancedConfigurationElementCollection(Of TConfigurationElement) Class
Visual Studio 2008
An abstract base class for a ConfigurationElementCollection looking for a merge semantic similar to an AddRemoveClearMap that allows duplicates, but throws an exception when duplicates are found in the same configuration scope (e.g. same configuration file).
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Public MustInherit Class ServiceModelEnhancedConfigurationElementCollection(Of TConfigurationElement As {New, ConfigurationElement}) _ Inherits ServiceModelConfigurationElementCollection(Of TConfigurationElement) 'Usage Dim instance As ServiceModelEnhancedConfigurationElementCollection(Of TConfigurationElement)
Type Parameters
- TConfigurationElement
A configuration element.
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.ServiceModel.Configuration.ServiceModelConfigurationElementCollection(Of TConfigurationElement)
System.ServiceModel.Configuration.ServiceModelEnhancedConfigurationElementCollection(Of TConfigurationElement)
System.ServiceModel.Configuration.ChannelEndpointElementCollection
System.ServiceModel.Configuration.ComContractElementCollection
System.ServiceModel.Configuration.ComMethodElementCollection
System.ServiceModel.Configuration.ComPersistableTypeElementCollection
System.ServiceModel.Configuration.ComUdtElementCollection
System.ServiceModel.Configuration.CustomBindingElementCollection
System.ServiceModel.Configuration.EndpointBehaviorElementCollection
System.ServiceModel.Configuration.PolicyImporterElementCollection
System.ServiceModel.Configuration.ServiceBehaviorElementCollection
System.ServiceModel.Configuration.ServiceElementCollection
System.ServiceModel.Configuration.ServiceEndpointElementCollection
System.ServiceModel.Configuration.StandardBindingElementCollection(Of TBindingConfiguration)
System.ServiceModel.Configuration.WsdlImporterElementCollection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.ServiceModel.Configuration.ServiceModelConfigurationElementCollection(Of TConfigurationElement)
System.ServiceModel.Configuration.ServiceModelEnhancedConfigurationElementCollection(Of TConfigurationElement)
System.ServiceModel.Configuration.ChannelEndpointElementCollection
System.ServiceModel.Configuration.ComContractElementCollection
System.ServiceModel.Configuration.ComMethodElementCollection
System.ServiceModel.Configuration.ComPersistableTypeElementCollection
System.ServiceModel.Configuration.ComUdtElementCollection
System.ServiceModel.Configuration.CustomBindingElementCollection
System.ServiceModel.Configuration.EndpointBehaviorElementCollection
System.ServiceModel.Configuration.PolicyImporterElementCollection
System.ServiceModel.Configuration.ServiceBehaviorElementCollection
System.ServiceModel.Configuration.ServiceElementCollection
System.ServiceModel.Configuration.ServiceEndpointElementCollection
System.ServiceModel.Configuration.StandardBindingElementCollection(Of TBindingConfiguration)
System.ServiceModel.Configuration.WsdlImporterElementCollection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: