ServiceElementCollection Class

Definition

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)
Inheritance
ServiceElementCollection
Attributes
Implements

Constructors

ServiceElementCollection()

Properties

Item[Type]

Methods

Add(ServiceElement)
CreateNewElement()
GetElementKey(ConfigurationElement)
GetEnumerator()
Remove(Type)

Applies to