ParametersElement Class

Base class for those configuration elements that support receiving arbitrary name-value pairs through configuration.

Namespace: Microsoft.Practices.CompositeUI.Configuration
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public MustInherit Class ParametersElement
    Inherits ConfigurationElement
'Usage
Dim instance As ParametersElement
public abstract class ParametersElement : ConfigurationElement
public ref class ParametersElement abstract : public ConfigurationElement
public abstract class ParametersElement extends ConfigurationElement
public abstract class ParametersElement extends ConfigurationElement

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
    Microsoft.Practices.CompositeUI.Configuration.ParametersElement
       Microsoft.Practices.CompositeUI.Configuration.ServiceElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ParametersElement Members
Microsoft.Practices.CompositeUI.Configuration Namespace