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 的索引鍵。