ConfigurationElementCollection.BaseGetKey(Int32) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取位于指定索引位置的 ConfigurationElement 的键。
protected:
 System::Object ^ BaseGetKey(int index);
	protected public:
 System::Object ^ BaseGetKey(int index);
	protected object BaseGetKey (int index);
	protected internal object BaseGetKey (int index);
	member this.BaseGetKey : int -> obj
	Protected Function BaseGetKey (index As Integer) As Object
	Protected Friend Function BaseGetKey (index As Integer) As Object
	参数
- index
 - Int32
 
ConfigurationElement 的索引位置。
返回
指定 ConfigurationElement 的键。