Lenguaje

ParameterCollection.ToNameValueCollection Propiedad

Definición

Convierte la colección en 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

Valor de propiedad

A NameValueCollection que representa los parámetros en el ParameterCollection.

Se aplica a