Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ServiceElementCollection : System::Configuration::ConfigurationElementCollection, System::Collections::Generic::IEnumerable<Microsoft::Practices::CompositeUI::Configuration::ServiceElement ^>
[System.Configuration.ConfigurationCollection(typeof(Microsoft.Practices.CompositeUI.Configuration.ServiceElement))]
public class ServiceElementCollection : System.Configuration.ConfigurationElementCollection, System.Collections.Generic.IEnumerable<Microsoft.Practices.CompositeUI.Configuration.ServiceElement>
[<System.Configuration.ConfigurationCollection(typeof(Microsoft.Practices.CompositeUI.Configuration.ServiceElement))>]
type ServiceElementCollection = class
inherit ConfigurationElementCollection
interface seq<ServiceElement>
interface IEnumerable
Public Class ServiceElementCollection
Inherits ConfigurationElementCollection
Implements IEnumerable(Of ServiceElement)