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; }
member this.ControlParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ControlParameters As IDictionary(Of String, Object)

屬性值

指用於控制項建構子參數的名稱/值對。

例外狀況

目前的屬性是不成熟的。

適用於