AutomationProperties.SetAutomationId(DependencyObject, String) Method

Definition

Sets the value of the AutomationProperties.AutomationId attached property for the specified DependencyObject.

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)

Parameters

element
DependencyObject

The DependencyObject for which to set the property.

value
String

Platform::String

winrt::hstring

The UI Automation identifier value to set.

Applies to

See also