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)

属性值

用作控件的构造函数中的参数的名称/值对。

例外

当前属性格式不正确。

适用于