AutomationProperties.LocalizedControlTypeProperty Propriété

Définition

Identifie la propriété jointe XAML AutomationProperties.LocalizedControlType , qui est une chaîne de texte décrivant le type de contrôle que l’élément automation représente.

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

Valeur de propriété

Identificateur de la propriété jointe XAML AutomationProperties.LocalizedControlType .

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

Remarques

La chaîne ne doit contenir que des caractères minuscules :

S’applique à

Voir aussi