Lingua

ParameterCollection.ToNameValueCollection Proprietà

Definizione

Converte la collezione in un 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

Valore della proprietà

A NameValueCollection che rappresenta i parametri nel ParameterCollection.

Si applica a