AutomationProperties.LocalizedLandmarkTypeProperty Property

Definition

Gets the identifier for the localized landmark type attached property, which is a localized text string describing the type of landmark that the automation element represents.

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

Property Value

The identifier for the localized landmark type attached property.

Remarks

This should be used in tandem with UIA_CustomLandmarkTypeId however, LocalizedLandmarkType should always take precedence over LandmarkType and be used to describe the landmark before LandmarkType.

The string must match the application UI language or the operating system default UI language.

Applies to