FilterUIHintAttribute.ControlParameters Свойство

Определение

Получает пары "имя-значение", используемые в качестве параметров конструктора элемента управления.

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)

Значение свойства

IDictionary<String,Object>

Пары "имя-значение", используемые в качестве параметров конструктора элемента управления.

Исключения

Текущий атрибут некорректен.

Применяется к