AutomationProperties.SetAutomationId(DependencyObject, String) 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.
Définit la propriété jointe AutomationId pour le DependencyObject spécifié.
public:
static void SetAutomationId(System::Windows::DependencyObject ^ element, System::String ^ value);
public static void SetAutomationId (System.Windows.DependencyObject element, string value);
static member SetAutomationId : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetAutomationId (element As DependencyObject, value As String)
Paramètres
- element
- DependencyObject
DependencyObject sur lequel définir la propriété.
- value
- String
Valeur d’identificateur UI Automation à définir.