FrameworkElementAutomationPeer.GetLabeledByCore 方法

定义

Label 标签获取 AutomationPeer,此标签用于与 ContentElementAutomationPeer 关联的 ContentElement。 由 GetLabeledBy() 调用。

protected:
 override System::Windows::Automation::Peers::AutomationPeer ^ GetLabeledByCore();
protected override System.Windows.Automation.Peers.AutomationPeer GetLabeledByCore ();
override this.GetLabeledByCore : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function GetLabeledByCore () As AutomationPeer

返回

Label 所使用的元素的 LabelAutomationPeer

注解

例如,如果 元素是控件,则 方法可以获取AutomationPeer与 关联的 的 LabelComboBoxGetLabeledBy()ComboBox

适用于

另请参阅