ParameterCollection.ToNameValueCollection Propriedade

Definição

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

NameValueCollection

Um NameValueCollection que representa os parâmetros no ParameterCollection.

Aplica-se a