Share via


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)

속성 값

컨트롤의 생성자에 매개 변수로 사용되는 이름/값 쌍입니다.

예외

현재 특성 형식이 잘못되었습니다.

적용 대상