UIHintAttribute.ControlParameters 속성

정의

데이터 소스의 값을 검색하는 데 사용할 DynamicControlParameter 개체를 가져오거나 설정합니다.

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)

속성 값

키/값 쌍의 컬렉션입니다.

예외

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

설명

속성을 ControlParameters 사용하면 데이터 모델에서 데이터를 검색하고, 데이터 모델에 대한 업데이트를 추적하고, 변경 내용을 모델에 알 수 있습니다.

적용 대상