AutomationPeer.GetLabeledBy 方法

定义

获取以元素为目标的 LabelAutomationPeer

public:
 System::Windows::Automation::Peers::AutomationPeer ^ GetLabeledBy();
public System.Windows.Automation.Peers.AutomationPeer GetLabeledBy ();
member this.GetLabeledBy : unit -> System.Windows.Automation.Peers.AutomationPeer
Public Function GetLabeledBy () As AutomationPeer

返回

AutomationPeer

Label 所使用的元素的 LabelAutomationPeer

例外

目前正在对此方法进行公开调用。

注解

例如,如果元素是ComboBox控件,该方法GetLabeledBy将获取AutomationPeerLabel与该ComboBox元素关联的项。

在下图中, Label “主题”面向该 ComboBox主题;因此 AccessKeyLabel 针对的也是目标 ComboBox。 当用户按 ALTT+ 时,获取ComboBox焦点而不是 .Label

显示属性显示按用法标记

返回 GetLabeledBy ComboBoxAutomationPeer LabelAutomationPeer 相应 Label方法。 这使自动化客户端能够获取描述该 ComboBox字符串的文本字符串。

适用于

另请参阅