AutomationPeer.GetAutomationIdCore Method

Definition

When overridden in a derived class, is called by GetAutomationId().

protected:
 abstract System::String ^ GetAutomationIdCore();
protected abstract string GetAutomationIdCore ();
abstract member GetAutomationIdCore : unit -> string
Protected MustOverride Function GetAutomationIdCore () As String

Returns

The string that contains the identifier.

Remarks

The value of the automation identifier is the AutomationId property. If that property is not set, the value is the Name property.

Applies to