FilterUIHintAttribute.ControlParameters Propriedade

Definição

Obtém os pares nome/valor que são usados como parâmetros no construtor do controle.

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 da propriedade

Os pares nome/valor usados como parâmetros no construtor do controle.

Exceções

O atributo atual está malformado.

Aplica-se a