ConfigurationElementCollection.BaseGetKey(Int32) Metoda

Definice

Získá klíč pro v ConfigurationElement zadaném umístění indexu.

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

Umístění indexu ConfigurationElementpro .

Návraty

Klíč pro zadaný ConfigurationElement.

Výjimky

index je menší než 0.

-nebo-

V zadaném indexparametru není žádná ConfigurationElement hodnota .

Platí pro