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

# XPackageChunkSelectorType

> XPackageChunkSelectorType

# XPackageChunkSelectorType

セレクターの種類を示します。

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum class XPackageChunkSelectorType  : uint32_t  
{  
    Language,  
    Tag,  
    Chunk,  
    Feature  
}  
```

<a id="constantsSection" />

## Constants

| 定数       | 説明          |
| -------- | ----------- |
| Language | 言語属性を列挙します。 |
| Tag      | タグ属性を列挙します。 |
| Chunk    | チャンクを列挙します。 |
| Feature  | 機能を列挙します。   |

<a id="remarksSection" />

## Remarks

この列挙型は、言語およびタグ属性用のセレクターの種類を使用します。また、インストール チャンクを列挙するために chunk 定数も使用します。パッケージには、ゲームを構成するすべてのファイルが含まれます。ファイルはチャンクと呼ばれる論理単位にグループ化できます。チャンクには数値 ID があり、言語やユーザー定義タグなどの 0 個以上のテキスト属性を持つこともできます。多くの XPackage API はチャンクのグループに対して動作します。

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

[ストリーミング インストールとインテリジェント デリバリー](/build/core-features/common/packaging/overviews/streaming_install-intelligent_delivery)\
[XPackage](/reference/system/xpackage/xpackage_members)


## Related topics

- [XPackageChunkSelector](/ja-jp/reference/system/xpackage/structs/xpackagechunkselector.md)
- [XPackageEnumerateChunkAvailability](/ja-jp/reference/system/xpackage/functions/xpackageenumeratechunkavailability.md)
- [XPackage](/ja-jp/reference/system/xpackage/xpackage_members.md)
- [XPackageUninstallChunks](/ja-jp/reference/system/xpackage/functions/xpackageuninstallchunks.md)
- [XPackageFindChunkAvailability](/ja-jp/reference/system/xpackage/functions/xpackagefindchunkavailability.md)
