다음을 통해 공유


AutomationProperties.GetLandmarkType(DependencyObject) 메서드

정의

지정된 DependencyObject에 연결된 랜드마크 형식 속성의 값을 가져옵니다.

public:
 static AutomationLandmarkType GetLandmarkType(DependencyObject ^ element);
 static AutomationLandmarkType GetLandmarkType(DependencyObject const& element);
public static AutomationLandmarkType GetLandmarkType(DependencyObject element);
function getLandmarkType(element)
Public Shared Function GetLandmarkType (element As DependencyObject) As AutomationLandmarkType

매개 변수

element
DependencyObject

검사 DependencyObject입니다.

반환

요소의 랜드마크 형식입니다.

적용 대상