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)
protected override Object GetElementKey(
ConfigurationElement element
)
'Declaration
Protected Overrides Function GetElementKey (
element As ConfigurationElement
) As Object
protected:
virtual Object^ GetElementKey(
ConfigurationElement^ element
) override
- element
Type: System.Configuration.ConfigurationElement
The ConfigurationElement to return the key for.
Type: Object
An Object that acts as the key for the specified ConfigurationElement.
ParameterValueElementCollection Class