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 valeur de la propriété jointe AutomationProperties.AutomationId pour l’objet DependencyObject spécifié.
public:
static void SetAutomationId(DependencyObject ^ element, Platform::String ^ value);
static void SetAutomationId(DependencyObject const& element, winrt::hstring const& value);
public static void SetAutomationId(DependencyObject element, string value);
function setAutomationId(element, value)
Public Shared Sub SetAutomationId (element As DependencyObject, value As String)
Paramètres
- element
- DependencyObject
DependencyObject pour lequel définir la propriété .
- value
-
String
Platform::String
winrt::hstring
Valeur d’identificateur UI Automation à définir.