FrameworkElementAutomationPeer.GetNameCore Method

Definition

Gets the text label of the ContentElement that is associated with this ContentElementAutomationPeer. Called by GetName().

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

Returns

The text label of the element that is associated with this automation peer.

Remarks

The name property can be thought of as the string of text that a user would use to explain which control is being referred to. It is important to have a textual representation for all controls in the graphical user interface (GUI) so that you can programmatically refer to the control in a localized manner.

Applies to

See also