FilterUIHintAttribute.ControlParameters Propiedad

Definición

Obtiene los pares nombre-valor que se usan como parámetros en el constructor del control.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ ControlParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> ControlParameters { get; }
public System.Collections.Generic.IDictionary<string,object?> ControlParameters { get; }
member this.ControlParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ControlParameters As IDictionary(Of String, Object)

Valor de propiedad

Pares nombre-valor que se usan como parámetros en el constructor del control.

Excepciones

El atributo actual tiene un formato incorrecto.

Se aplica a