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