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

# PartyXblChatUser

> チャットユーザーに関連する XBOX Live 操作の管理クラス。

チャットユーザーに関連する XBOX Live 操作の管理クラス。

## 構文

```cpp theme={null}
class PartyXblChatUser  
```

## パブリックメソッド

| 名前                                                                                                                                           | 説明                                                                    |
| -------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [GetLocal](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/methods/partyxblchatuser_getlocal)                 | このチャットユーザーの PartyXblLocalChatUser バージョンを取得します。                        |
| [GetXboxUserId](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/methods/partyxblchatuser_getxboxuserid)       | このユーザーに関連付けられている XBOX Live ユーザー ID を取得します。                            |
| [GetCustomContext](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/methods/partyxblchatuser_getcustomcontext) | このローカルチャットユーザーオブジェクトに以前関連付けられた、アプリのプライベートなカスタムポインターサイズのコンテキスト値を取得します。 |
| [SetCustomContext](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/methods/partyxblchatuser_setcustomcontext) | このローカルチャットユーザーオブジェクトに、オプションのカスタムポインターサイズのコンテキスト値を設定します。               |

## 要件

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

## 関連項目

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)\
[PartyXblLocalChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser)
