ItemAutomationPeer.GetAutomationIdCore 方法

定义

获取一个字符串,该字符串唯一标识对应于 UIElement 集合中与此 Items 关联的数据项的 ItemAutomationPeer

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

返回

String

包含UI 自动化标识符的字符串。

注解

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

此方法由 GetAutomationId 调用。

适用于

另请参阅