FrameworkElementAutomationPeer.GetAutomationIdCore Method
Silverlight
Returns the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer. This method is called by GetAutomationId.
Namespace: System.Windows.Automation.Peers
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.StringThe automation identifier for the element associated with the FrameworkElementAutomationPeer, or String.Empty if there is no automation identifier.
Notes to Inheritors
The return value for this method in the FrameworkElementAutomationPeer implementation comes from the AutomationProperties.AutomationId property store on the peer.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.