AutomationProperties.GetAutomationId(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la propriété jointe AutomationId pour le DependencyObject spécifié.
public:
static System::String ^ GetAutomationId(System::Windows::DependencyObject ^ element);
public static string GetAutomationId (System.Windows.DependencyObject element);
static member GetAutomationId : System.Windows.DependencyObject -> string
Public Shared Function GetAutomationId (element As DependencyObject) As String
Paramètres
- element
- DependencyObject
DependencyObject à vérifier.
Retours
Identificateur UI Automation de l’élément spécifié.
Remarques
Si AutomationId la propriété n’est pas définie, cette méthode retourne la Name propriété .
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.