UIElementAutomationPeer.GetNameCore Method

Definition

Gets the text label of the UIElement that is associated with this UIElementAutomationPeer. This method is 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 string that contains the Name that is returned by GetName(DependencyObject).

Remarks

The Name property functions similar to a string of text that users use to explain the control they are referring to. Make certain that you 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