UIElementAutomationPeer.GetAutomationIdCore Method

Definition

Gets the string that uniquely identifies the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationId().

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

Returns

The AutomationId that is returned by GetAutomationId(DependencyObject).

Applies to