Language

ParameterCollection.ToNameValueCollection プロパティ

定義

コレクションを NameValueCollectionに変換します。

public:
 property System::Collections::Specialized::NameValueCollection ^ ToNameValueCollection { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection ToNameValueCollection { get; }
member this.ToNameValueCollection : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property ToNameValueCollection As NameValueCollection

プロパティ値

ParameterCollectionのパラメータを表すNameValueCollection。

適用対象