AutomationProperties.LocalizedControlTypeProperty Proprietà

Definizione

Identifica la proprietà associata AutomationProperties.LocalizedControlType XAML, ovvero una stringa di testo che descrive il tipo di controllo rappresentato dall'elemento di automazione.

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

Valore della proprietà

Identificatore della proprietà associata AutomationProperties.LocalizedControlType XAML.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)

Commenti

La stringa deve contenere solo caratteri minuscoli:

Si applica a

Vedi anche