ConfigurationElementCollection.BaseGetKey(Int32) Yöntem

Tanım

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

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

Parametreler

index
Int32

için ConfigurationElementdizin konumu.

Döndürülenler

Belirtilen ConfigurationElementiçin anahtar.

Özel durumlar

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

-veya-

Belirtilen indexkonumunda yokConfigurationElement.

Şunlara uygulanır