AutomationTextAttribute クラス

定義

UI Automation テキスト属性を識別します。

public ref class AutomationTextAttribute : System::Windows::Automation::AutomationIdentifier
public class AutomationTextAttribute : System.Windows.Automation.AutomationIdentifier
type AutomationTextAttribute = class
    inherit AutomationIdentifier
Public Class AutomationTextAttribute
Inherits AutomationIdentifier
継承
AutomationTextAttribute

注釈

AutomationIdentifier から派生。

UI オートメーションTextPatternでサポートされているテキスト属性の一覧は、

コンストラクターがなく、アプリケーションでインスタンス化できないため、クラスは AutomationTextAttribute 実質的に抽象です。

プロパティ

Id

基になる数値識別子を取得します。

(継承元 AutomationIdentifier)
ProgrammaticName

登録されたプログラム名を取得します。

(継承元 AutomationIdentifier)

メソッド

CompareTo(Object)

この AutomationIdentifier と別の AutomationIdentifier を比較します。

(継承元 AutomationIdentifier)
Equals(Object)

指定した AutomationIdentifier が、この AutomationIdentifier と等しいかどうかを示す値を返します。

(継承元 AutomationIdentifier)
GetHashCode()

このUI オートメーション識別子のハッシュ コードを返します。

(継承元 AutomationIdentifier)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
LookupById(Int32)

指定した数値識別子をカプセル化する AutomationTextAttribute を取得します。

MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください