FilterUIHintAttribute.ControlParameters 属性
定义
获取用作控件的构造函数中的参数的名称/值对。Gets the name/value pairs that are used as parameters in the control's constructor.
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)
属性值
用作控件的构造函数中的参数的名称/值对。The name/value pairs that are used as parameters in the control's constructor.
例外
当前属性格式不正确。The current attribute is ill-formed.