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 物件的索引鍵。

適用於