AutomationPeer.GetLabeledBy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the AutomationPeer for the UIElement that is targeted to the element.
public:
virtual AutomationPeer ^ GetLabeledBy() = GetLabeledBy;
AutomationPeer GetLabeledBy();
public AutomationPeer GetLabeledBy();
function getLabeledBy()
Public Function GetLabeledBy () As AutomationPeer
Returns
The AutomationPeer for the element that is targeted by the UIElement.