Share via


ParameterValueElementCollection.GetElementKey Method

Gets the element key for a specified configuration element when overridden in a derived class.

Namespace: Microsoft.Practices.Unity.Configuration
Assembly: Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll) Version: 3.0.0.0 (3.0.1304.0)

Syntax

protected override Object GetElementKey(
    ConfigurationElement element
)
'Declaration
Protected Overrides Function GetElementKey ( 
    element As ConfigurationElement
) As Object
protected:
virtual Object^ GetElementKey(
    ConfigurationElement^ element
) override

Parameters

Return Value

Type: Object
An Object that acts as the key for the specified ConfigurationElement.

See Also

ParameterValueElementCollection Class

ParameterValueElementCollection Members

Microsoft.Practices.Unity.Configuration Namespace