ConfigurationElementCollection.BaseGetKey(Int32) Metoda

Definicja

Pobiera klucz dla ConfigurationElement określonej lokalizacji indeksu.

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

Parametry

index
Int32

Lokalizacja indeksu dla .ConfigurationElement

Zwraca

Klucz dla określonego ConfigurationElementelementu .

Wyjątki

index wartość jest mniejsza niż 0.

-lub-

Nie ConfigurationElement ma określonej wartości index.

Dotyczy