BackupListCollection.GetElementKey(ConfigurationElement) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定配置元素的元素键。
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
 
要为其返回键的配置元素。
返回
指定配置元素的键。