ConfigurationElementCollection.BaseGetKey(Int32) 方法

定義

取得在指定之索引位置的 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 的索引鍵。

例外狀況

index 小於 0

-或-

指定的 index 處沒有 ConfigurationElement

適用於