다음을 통해 공유


AutomationProperties.LandmarkTypeProperty 속성

정의

public:
 static property DependencyProperty ^ LandmarkTypeProperty { DependencyProperty ^ get(); };
static DependencyProperty LandmarkTypeProperty();
public static DependencyProperty LandmarkTypeProperty { get; }
var dependencyProperty = AutomationProperties.landmarkTypeProperty;
Public Shared ReadOnly Property LandmarkTypeProperty As DependencyProperty

속성 값

랜드마크 형식 연결된 속성의 식별자입니다.

설명

LandmarkType 속성은 의미 있는 요소 그룹을 나타내는 요소인 랜드마크를 설명합니다. 예를 들어 검색 랜드마크는 검색과 관련된 컨트롤 집합을 나타낼 수 있습니다. 랜드마크에는 제목이 있는 많은 단순성이 있습니다. 랜드마크 및 제목을 사용하는 방법에 대한 자세한 내용은 랜드마크 및 제목을 참조하세요.

CustomLandmarkType을 사용하는 경우 사용자 지정 랜드마크를 설명하려면 LocalizedLandmarkType이 필요합니다.

적용 대상