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 (デスクトップ アプリのみ) |
Header | uiautomationcore.h (UIAutomation.h を含む) |