FrameworkElementAutomationPeer::GetAutomationIdCore Method ()
.NET Framework (current version)
Gets the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer. Called by GetAutomationId.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::String^The automation identifier for the element associated with the FrameworkElementAutomationPeer, or Empty if there isn't an automation identifier.
The value of the automation identifier is the AutomationId property, and if that isn't set, it's the Name property.
.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: