ButtonBaseAutomationPeer.GetAutomationIdCore 方法

定义

获取与此 ButtonBaseAutomationPeer 关联的元素的 AutomationId。 由 GetAutomationId() 调用。

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

返回

String

包含 AutomationId 的字符串。

注解

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

适用于