AutomationProperties.SetIsRequiredForForm(DependencyObject, Boolean) 메서드

정의

지정된 DependencyObject에 대한 IsRequiredForForm 연결된 속성을 설정합니다.

public:
 static void SetIsRequiredForForm(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsRequiredForForm (System.Windows.DependencyObject element, bool value);
static member SetIsRequiredForForm : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsRequiredForForm (element As DependencyObject, value As Boolean)

매개 변수

element
DependencyObject

속성을 설정할 DependencyObject입니다.

value
Boolean

설정할 값입니다. 양식에 요소를 채워야 하면 true 이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보