UIElement3DAutomationPeer.GetLabeledByCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回以此 AutomationPeer 的 UIElement3D 为目标的元素的 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 的 UIElement3D 为目标的元素的 UIElement3DAutomationPeer。
注解
此方法调用 GetLabeledBy 该方法以获取值。 GetLabeledBy 仅当设置属性时 AutomationProperties.LabeledBy ,才返回一个值。 可以重写 GetLabeledByCore 和添加逻辑,以 AutomationPeer 提供对你有意义的 UIElement3D方式。
UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系。