UIElementAutomationPeer.GetLabeledByCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取目标为此 AutomationPeer 的 UIElement 的元素的 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
返回
以此 AutomationPeer 的 UIElement 为目标的元素的 UIElementAutomationPeer。
注解
面向 的 UIElement 元素可以是 , Label但它不一定是 。 如果是 , Label则设置 Target 属性也将自动设置 属性 LabeledBy 。