ConfigurationElementCollection.BaseGetAllKeys 메서드

정의

ConfigurationElementCollection에 포함된 모든 구성 요소의 키 배열을 반환합니다.

protected:
 cli::array <System::Object ^> ^ BaseGetAllKeys();
protected public:
 cli::array <System::Object ^> ^ BaseGetAllKeys();
protected object[] BaseGetAllKeys ();
protected internal object[] BaseGetAllKeys ();
member this.BaseGetAllKeys : unit -> obj[]
Protected Function BaseGetAllKeys () As Object()
Protected Friend Function BaseGetAllKeys () As Object()

반환

Object[]

ConfigurationElement에 포함된 모든 ConfigurationElementCollection 개체의 키를 포함하는 배열입니다.

적용 대상