FrameworkElementAutomationPeer::GetNameCore Method ()
.NET Framework (current version)
Gets the text label of the ContentElement that is associated with this ContentElementAutomationPeer. Called by GetName.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::String^The text label of the element that is associated with this automation peer.
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.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: