AutomationPeer.GetLabeledBy 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取以元素为目标的 Label 的 AutomationPeer。
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
返回
Label 所使用的元素的 LabelAutomationPeer。
例外
目前正在对此方法进行公开调用。
注解
例如,如果元素是ComboBox控件,该方法GetLabeledBy将获取AutomationPeerLabel与该ComboBox元素关联的项。
在下图中, Label “主题”面向该 ComboBox主题;因此 AccessKey , Label 针对的也是目标 ComboBox。 当用户按 ALTT+ 时,获取ComboBox焦点而不是 .Label
返回 GetLabeledBy ComboBoxAutomationPeer LabelAutomationPeer 相应 Label方法。 这使自动化客户端能够获取描述该 ComboBox字符串的文本字符串。