ContentElementAutomationPeer.GetAutomationIdCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取唯一标识与此 ContentElementAutomationPeer 关联的 ContentElement 的字符串。 由 GetAutomationId() 调用。
protected:
override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String
返回
一个包含自动化标识符的字符串。
注解
自动化标识符的值是 AutomationId 属性,如果未设置,则为 Name 属性。