FilterUIHintAttribute.ControlParameters Propriété

Définition

Obtient les paires nom/valeur utilisées comme paramètres dans le constructeur du contrôle.

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)

Valeur de propriété

Paires nom/valeur utilisées comme paramètres dans le constructeur du contrôle.

Exceptions

L’attribut actuel n’est pas bien formé.

S’applique à