AutomationIdentifier 類別

定義

識別使用者介面自動化中控制項類型、事件、模式、屬性 (Property) 和文字屬性 (Attribute) 之類型的基底類別。

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()

傳回這個消費者介面自動化識別碼的雜湊碼。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於