FrameworkElementAutomationPeer.GetAutomationIdCore Método

Definición

Obtiene la cadena que identifica de forma única el FrameworkElement que está asociado a este FrameworkElementAutomationPeer. Es llamado por el método GetAutomationId().

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

Devoluciones

El identificador de automatización para el elemento asociado a FrameworkElementAutomationPeer o Empty si no hay un identificador de automatización.

Comentarios

El valor del identificador de automatización es la AutomationId propiedad y, si no se establece, es la Name propiedad .

Se aplica a

Consulte también