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 オブジェクトのキーを含む配列。

適用対象