AutomationProperties.LocalizedControlTypeProperty Property

Definition

Identifies the AutomationProperties.LocalizedControlType XAML attached property, which is a text string describing the type of control that the automation element represents.

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

Property Value

The identifier for the AutomationProperties.LocalizedControlType XAML attached property.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

The string should contain only lowercase characters:

Applies to

See also