UIHintAttribute.ControlParameters Propiedad

Definición

Obtiene o establece el objeto DynamicControlParameter que debe usarse para recuperar valores de cualquier origen de datos.

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

Colección de pares clave-valor.

Excepciones

El atributo actual tiene un formato incorrecto.

Comentarios

La ControlParameters propiedad permite recuperar datos de un modelo de datos, realizar un seguimiento de las actualizaciones del modelo de datos y avisar al modelo de cualquier cambio.

Se aplica a