UIElementAutomationPeer.GetAutomationIdCore Método

Definición

Obtiene la cadena que identifica de forma única el UIElement que está asociado a este UIElementAutomationPeer. GetAutomationId() llama a este método.

protected:
 override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String

Devoluciones

AutomationId que GetAutomationId(DependencyObject) devuelve.

Se aplica a