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

# PFCatalogGetEntityDraftItemsAsync

> エンティティによって作成されたドラフト カタログのアイテムのページ分割された一覧を取得します。一度に最大 50 個のアイテムを返すことができます。継続トークンを使用できます。

エンティティによって作成されたドラフト カタログのアイテムのページ分割された一覧を取得します。一度に最大 50 個のアイテムを返すことができます。制限を超える結果をページ分割するために、継続トークンを使用できます。GetEntityDraftItems はカタログのキャッシュを利用せず、最新のアイテム更新を取得しようとする場合に使用する必要があります。

## 構文

```cpp theme={null}
HRESULT PFCatalogGetEntityDraftItemsAsync(  
    PFEntityHandle entityHandle,  
    const PFCatalogGetEntityDraftItemsRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

**`request`**   [PFCatalogGetEntityDraftItemsRequest\*](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcataloggetentitydraftitemsrequest)

値が設定されたリクエスト オブジェクト。

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API はすべてのプラットフォームで利用可能です。非同期タスクが完了したら、[PFCatalogGetEntityDraftItemsGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsgetresultsize) と [PFCatalogGetEntityDraftItemsGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsgetresult) を呼び出して結果を取得します。

## 要件

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

## 関連項目

[PFCatalog のメンバー](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [PFCatalogGetEntityDraftItemsGetResult](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsgetresult.md)
- [Services C API overview - PFCatalog.h](/ja-jp/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogGetDraftItemAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemasync.md)
- [PFCatalogGetDraftItemsAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemsasync.md)
- [PFCatalogGetEntityDraftItemsGetResultSize](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsgetresultsize.md)
