AutomationElementMode 列挙 (uiautomationclient.h)
UI オートメーション要素を返すときに使用する参照の型を指定する値を格納します。
構文
typedef enum AutomationElementMode {
AutomationElementMode_None = 0,
AutomationElementMode_Full
} ;
定数
AutomationElementMode_None 値: 0 返される要素に基になる UI への参照がなく、キャッシュされた情報のみが含まれていることを指定します。 |
AutomationElementMode_Full 返される要素が基になる UI への完全な参照を持っていることを指定します。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uiautomationclient.h (UIAutomation.h、Uiautomationcoreapi.h を含む) |