ConvertersCollection.GetElementKey(ConfigurationElement) 方法

定义

获取指定的 ConfigurationElement 对象的元素键。

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

参数

element
ConfigurationElement

要返回其键的 ConfigurationElement 对象。

返回

Object

该对象用作指定的 ConfigurationElement 实例的键。

适用于