UIElementAutomationPeer.GetLabeledByCore 方法

定义

获取目标为此 AutomationPeerUIElement 的元素的 UIElementAutomationPeer。 此方法由 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

返回

以此 AutomationPeerUIElement 为目标的元素的 UIElementAutomationPeer

注解

面向 的 UIElement 元素可以是 , Label但它不一定是 。 如果是 , Label则设置 Target 属性也将自动设置 属性 LabeledBy

适用于