ConfigurationElementCollection.BaseGetKey(Int32) 메서드

정의

지정된 인덱스 위치에서 ConfigurationElement 키를 가져옵니다.

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

매개 변수

index
Int32

에 대한 인덱스 위치입니다 ConfigurationElement.

반품

지정된 ConfigurationElement에 대한 키입니다.

예외

index 가 .보다 0작습니다.

-또는-

지정된 index에 없습니다ConfigurationElement.

적용 대상