FrameworkElementAutomationPeer.GetLabeledByCore Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the AutomationPeer for the UIElement that targets the FrameworkElement that is associated with this FrameworkElementAutomationPeer. This method is called by GetLabeledBy.
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.Windows.Automation.Peers.AutomationPeerThe AutomationPeer for the element that is targeted by the UIElement.
A control specifies its label by specifying the label element as the value of the AutomationProperties.LabeledBy attached property.
Notes to InheritorsThe return value for this method in the FrameworkElementAutomationPeer implementation comes from the AutomationProperties.LabeledBy property store on the peer.