Udostępnij za pośrednictwem


KeyValueConfigurationCollection.GetElementKey(ConfigurationElement) Metoda

Definicja

Pobiera klucz elementu dla określonego elementu konfiguracji podczas zastępowania w klasie pochodnej.

protected:
 override System::Object ^ GetElementKey(System::Configuration::ConfigurationElement ^ element);
protected override object GetElementKey (System.Configuration.ConfigurationElement element);
override this.GetElementKey : System.Configuration.ConfigurationElement -> obj
Protected Overrides Function GetElementKey (element As ConfigurationElement) As Object

Parametry

element
ConfigurationElement

Wartość KeyValueConfigurationElement , do której ma zostać zwrócony klucz.

Zwraca

Obiekt, który działa jako klucz dla określonego KeyValueConfigurationElementobiektu .

Dotyczy