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.

-или-

Не существует объекта ConfigurationElement по указанному index.

Применяется к