AutomationIdentifier 类

定义

用于标识 UI 自动化中的控件类型、事件、模式、属性和文本特性的类型的基类。

public ref class AutomationIdentifier : IComparable
public class AutomationIdentifier : IComparable
type AutomationIdentifier = class
    interface IComparable
Public Class AutomationIdentifier
Implements IComparable
继承
AutomationIdentifier
派生
实现

注解

AutomationIdentifier 实际上是抽象的,因为它没有构造函数,无法由应用程序实例化。

属性

Id

获取基础数值标识符。

ProgrammaticName

获取注册的编程名称。

方法

CompareTo(Object)

将此 AutomationIdentifier 与其他 AutomationIdentifier 相比较。

Equals(Object)

返回一个值,该值指示提供的 AutomationIdentifier 是否等效于此 AutomationIdentifier

GetHashCode()

返回此UI 自动化标识符的哈希代码。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于