UIElement3DAutomationPeer.GetAutomationIdCore 方法

定义

返回一个字符串,该字符串唯一标识与此 UIElement3D 关联的 UIElement3DAutomationPeer。 此方法由 GetAutomationId() 调用。

protected:
 override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String

返回

String

一个字符串,它唯一标识与此 UIElement3D 关联的 UIElement3DAutomationPeer

注解

此方法调用 AutomationProperties.GetAutomationId 该方法以获取值。 AutomationProperties.GetAutomationId 仅当设置属性时 AutomationProperties.AutomationId ,才返回一个值。 可以重写 GetAutomationIdCore 和添加逻辑,以一种对标识符 UIElement3D有意义的方式提供标识符。

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

适用于