ConfigurationElementCollection.BaseGetAllKeys 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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 对象的键。