> ## 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.

# XPackageKind

> XPackageKind

# XPackageKind

インストール パッケージの種類を示します。

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum class XPackageKind  : uint32_t  
{  
    Game,  
    Content  
}  
```

<a id="constantsSection" />

## Constants

| 定数      | 説明                                  |
| ------- | ----------------------------------- |
| Game    | インストール パッケージにはゲームが含まれます。            |
| Content | インストール パッケージにはダウンロード可能なコンテンツが含まれます。 |

<a id="remarksSection" />

## Remarks

この列挙型の定数は、ゲームおよびコンテンツに使用されるインストール パッケージの種類を示します。XBOX One タイトルで使用されるパッケージング テクノロジの詳細については、[パッケージングの概要](/build/core-features/common/packaging/overviews/packaging) を参照してください。XVC パッケージを作成する手順の詳細については、[XBOX 本体用タイトルのパッケージング入門](/build/core-features/common/packaging/overviews/packaging-getting-started-for-console) を参照してください。

<a id="requirementsSection" />

## Requirements

**ヘッダー:** XPackage.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

<a id="seealsoSection" />

## See also

[PC および XBOX One 用のダウンロード可能コンテンツ パッケージ (DLC) を作成および使用する方法](/build/core-features/common/packaging/packaging-downloadable-content-dlc)\
[XPackage](/reference/system/xpackage/xpackage_members)


## Related topics

- [XPackageEnumeratePackages](/ja-jp/reference/system/xpackage/functions/xpackageenumeratepackages.md)
- [XPackage](/ja-jp/reference/system/xpackage/xpackage_members.md)
- [XPackageDetails](/ja-jp/reference/system/xpackage/structs/xpackagedetails.md)
- [XStoreProductKind](/ja-jp/reference/system/xstore/enums/xstoreproductkind.md)
- [XStoreQueryProductForPackageAsync](/ja-jp/reference/system/xstore/functions/xstorequeryproductforpackageasync.md)
