AutomationPeer.GetAutomationIdCore 方法

定义

在派生类中重写时,由 GetAutomationId() 调用。

protected:
 abstract System::String ^ GetAutomationIdCore();
protected abstract string GetAutomationIdCore ();
abstract member GetAutomationIdCore : unit -> string
Protected MustOverride Function GetAutomationIdCore () As String

返回

包含标识符的字符串。

注解

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

适用于