ConvertersCollection.GetElementKey(ConfigurationElement) Metoda

Definice

Získá klíč prvku pro zadaný ConfigurationElement objekt.

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

Objekt, ConfigurationElement jehož klíč chcete vrátit.

Návraty

Object

Objekt funguje jako klíč pro zadanou ConfigurationElement instanci.

Platí pro