AutomationProperties.GetIsRequiredForForm(DependencyObject) 메서드

정의

지정된 DependencyObject에 대한 AutomationProperties.IsRequiredForForm 연결된 속성의 값을 가져옵니다.

public:
 static bool GetIsRequiredForForm(DependencyObject ^ element);
 static bool GetIsRequiredForForm(DependencyObject const& element);
public static bool GetIsRequiredForForm(DependencyObject element);
function getIsRequiredForForm(element)
Public Shared Function GetIsRequiredForForm (element As DependencyObject) As Boolean

매개 변수

element
DependencyObject

검사 DependencyObject입니다.

반환

Boolean

bool

양식 완성에 지정된 요소가 필요한 경우 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보