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