Udostępnij za pośrednictwem


AutomationProperties.SetAutomationId(DependencyObject, String) Metoda

Definicja

Ustawia dołączoną AutomationId właściwość dla określonego DependencyObjectelementu .

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)

Parametry

element
DependencyObject

Właściwość DependencyObject , na której ma być ustawiona właściwość .

value
String

Wartość identyfikatora automatyzacja interfejsu użytkownika do ustawienia.

Dotyczy

Zobacz też