FrameworkContentElementAutomationPeer.GetAutomationIdCore Method

Definition

Gets the string that uniquely identifies the FrameworkContentElement that is associated with this ContentElementAutomationPeer. 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 string that uniquely identifies the FrameworkContentElement.

Applies to

See also