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입니다.

적용 대상