AutomationTextAttribute クラス

定義

テキスト属性UI オートメーション識別します。

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)

適用対象

こちらもご覧ください