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)

屬性值

控制項的建構函式中做為參數的名稱/值組。

例外狀況

目前的屬性格式不正確。

適用於