RowOrColumnMajor 枚举 (uiautomationcore.h)
包含指定是否应主要按行或按列读取表中的数据的值。
语法
typedef enum RowOrColumnMajor {
RowOrColumnMajor_RowMajor = 0,
RowOrColumnMajor_ColumnMajor = 1,
RowOrColumnMajor_Indeterminate = 2
} ;
常量
RowOrColumnMajor_RowMajor 值: 0 应逐行读取表中的数据。 |
RowOrColumnMajor_ColumnMajor 值:1 表中的数据应逐列读取。 |
RowOrColumnMajor_Indeterminate 值: 2 呈现数据的最佳方式是不确定。 |
要求
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |