AutomationProperties.SetAutomationId(DependencyObject, String) Método

Definição

Define o valor da propriedade anexada AutomationProperties.AutomationId para o DependencyObject especificado.

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)

Parâmetros

element
DependencyObject

O DependencyObject para o qual definir a propriedade.

value
String

Platform::String

winrt::hstring

O valor do identificador de Automação da Interface do Usuário a ser definido.

Aplica-se a

Confira também