AutomationElementIdentifiers.IsDialogProperty 속성

정의

Automation 요소가 대화 상자 창인지 여부를 나타내는 Boolean AutomationProperties.IsDialogProperty 를 식별합니다.

public:
 static property AutomationProperty ^ IsDialogProperty { AutomationProperty ^ get(); };
static AutomationProperty IsDialogProperty();
public static AutomationProperty IsDialogProperty { get; }
var automationProperty = AutomationElementIdentifiers.isDialogProperty;
Public Shared ReadOnly Property IsDialogProperty As AutomationProperty

속성 값

Automation 속성 식별자입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v7.0에서 도입되었습니다.)

적용 대상