ConfigurationElementCollection.BaseGetKey(Int32) Yöntem

Tanım

Belirtilen dizin konumunda anahtarını ConfigurationElement alır.

protected public:
 System::Object ^ BaseGetKey(int index);
protected:
 System::Object ^ BaseGetKey(int index);
protected internal object BaseGetKey(int index);
protected object BaseGetKey(int index);
member this.BaseGetKey : int -> obj
Protected Friend Function BaseGetKey (index As Integer) As Object
Protected Function BaseGetKey (index As Integer) As Object

Parametreler

index
Int32

için ConfigurationElementdizin konumu.

Döndürülenler

Belirtilen ConfigurationElementiçin anahtar.

Özel durumlar

index değerinden 0küçüktür.

-veya-

Belirtilen ConfigurationElementkonumunda yokindex.

Şunlara uygulanır