UIElement3DAutomationPeer.GetLabeledByCore 方法

定义

返回以此 AutomationPeerUIElement3D 为目标的元素的 UIElement3DAutomationPeer。 此方法由 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

以此 AutomationPeerUIElement3D 为目标的元素的 UIElement3DAutomationPeer

注解

此方法调用 GetLabeledBy 该方法以获取值。 GetLabeledBy 仅当设置属性时 AutomationProperties.LabeledBy ,才返回一个值。 可以重写 GetLabeledByCore 和添加逻辑,以 AutomationPeer 提供对你有意义的 UIElement3D方式。

UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于