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