FrameworkElementAutomationPeer.GetAutomationIdCore 方法

定义

获取唯一标识与此 FrameworkElementAutomationPeer 关联的 FrameworkElement 的字符串。 由 GetAutomationId() 调用。

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

返回

返回与 FrameworkElementAutomationPeer 关联的元素的自动标识符,如果没有自动标识符,则返回 Empty

注解

自动化标识符的值是 AutomationId 属性,如果未设置,则为 Name 属性。

适用于

另请参阅