Partager via


AutomationProperties.SetAutomationId(DependencyObject, String) Méthode

Définition

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.

S’applique à

Voir aussi