> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Takx Version コマンド

> Takx Version コマンド

`takx-version` コマンドを使用して、タッチ アダプテーション バンドルのスキーマ バージョンと、含まれるレイアウトの最も高いスキーマ バージョンを判定します。

以下の表は、スキーマ バージョンを判定するために必要なオプションを示しています。

| オプション                                   | 説明                                                  |
| --------------------------------------- | --------------------------------------------------- |
| `--takx`<br />`--takx-file <takx-file>` | スキーマ バージョンを判定するタッチ アダプテーション バンドルへのパス。このパラメーターは必須です。 |

### 例

次のコード例を使用して、タッチ アダプテーション バンドルのスキーマ バージョンを判定します。

```
C:\>tak takx-version --takx-file C:\tmp\MyGameLayouts.takx
Version information for 'MyGameLayouts.takx':
  Version: 1.1.0.0
  Version Name: DLC 1
```

## 関連項目

[Touch Adaptation Kit Command Line Tool (tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)


## Related topics

- [Pack コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-pack-command.md)
- [Touch Adaptation Kit (TAK) コマンド ライン ツール リファレンス](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [Verify コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-verify-command.md)
- [Unpack コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-unpack-command.md)
- [Create コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-create-command.md)
