Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConfigurationElementCollection::GetElementKey Method (ConfigurationElement^)

 

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

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

protected:
virtual Object^ GetElementKey(
	ConfigurationElement^ element
) abstract

Parameters

element
Type: System.Configuration::ConfigurationElement^

The ConfigurationElement to return the key for.

Return Value

Type: System::Object^

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

The following code example shows how to override GetElementKey method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: