次の方法で共有


ValueCollectionParameterReader.Read(NameValueCollection) メソッド

定義

名前/値ペアのコレクションを、メソッドのパラメーター値を表すオブジェクトに変換します。

protected:
 cli::array <System::Object ^> ^ Read(System::Collections::Specialized::NameValueCollection ^ collection);
protected object[] Read (System.Collections.Specialized.NameValueCollection collection);
override this.Read : System.Collections.Specialized.NameValueCollection -> obj[]
Protected Function Read (collection As NameValueCollection) As Object()

パラメーター

collection
NameValueCollection

メソッドのパラメーターの名前と値を含んでいる名前/値ペアのコレクションを指定する NameValueCollection オブジェクト。

戻り値

Object[]

メソッドのパラメーター値を表す Object オブジェクトの配列。

注釈

Readメソッドは Read 、、、およびから派生した2つのクラスで定義されたメソッドによって呼び出され ValueCollectionParameterReader UrlParameterReader HtmlFormParameterReader ます。 これら2つのクラスの Read メソッドは、パラメーターを受け取り HttpRequest ます。

適用対象