FilterUIHintAttribute.ControlParameters Vlastnost

Definice

Získá dvojice název/hodnota, které jsou použity jako parametry v konstruktoru ovládacího prvku.

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)

Hodnota vlastnosti

Páry název/hodnota, které se používají jako parametry v konstruktoru ovládacího prvku.

Výjimky

Aktuální atribut je špatně vytvořený.

Platí pro