다음을 통해 공유


AutomationProperties.GetIsDialog(DependencyObject) 메서드

정의

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

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

매개 변수

element
DependencyObject

검사할 개체입니다.

반환

Boolean

bool

지정된 요소가 대화 상자 창으로 식별되면 true이고, 그렇지 않으면 false입니다.

Windows 요구 사항

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

적용 대상

추가 정보