AutomationProperties.SetLandmarkType 메서드

정의

지정된 DependencyObject에 대한 랜드마크 형식 연결된 속성의 값을 설정합니다.

public:
 static void SetLandmarkType(DependencyObject ^ element, AutomationLandmarkType value);
 static void SetLandmarkType(DependencyObject const& element, AutomationLandmarkType const& value);
public static void SetLandmarkType(DependencyObject element, AutomationLandmarkType value);
function setLandmarkType(element, value)
Public Shared Sub SetLandmarkType (element As DependencyObject, value As AutomationLandmarkType)

매개 변수

element
DependencyObject

지정된 DependencyObject입니다.

value
AutomationLandmarkType

랜드마크 형식 속성의 값입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)

적용 대상

추가 정보