Idioma

ParameterCollection.ToNameValueCollection Propriedade

Definição

Converte a coleção para um 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

Valor da propriedade

A NameValueCollection que representa os parâmetros no ParameterCollection.

Aplica-se a