ConfigurationElementCollection.BaseGetKey(Int32) Método

Definição

Obtém a chave para o ConfigurationElement no local do índice especificado.

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

Parâmetros

index
Int32

O local do índice para o ConfigurationElement.

Retornos

A chave do ConfigurationElement especificado.

Exceções

index é menor que 0.

- ou -

Não há nenhum ConfigurationElement no index especificado.

Aplica-se a