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

# PartyEndpoint

> ネットワーク内のエンドポイントを表します。

ネットワーク内のエンドポイントを表します。

## 構文

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

## パブリック メソッド

| 名前                                                                                                                                        | 説明                                                                                                                                             |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| [GetLocal](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getlocal)                       | このエンドポイントの [PartyLocalEndpoint](/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/partylocalendpoint) バージョンを取得します。 |
| [GetEntityId](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getentityid)                 | このエンドポイントに関連付けられているユーザーの PlayFab エンティティ ID を取得します。                                                                                             |
| [GetEntityType](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getentitytype)             | このエンドポイントに関連付けられているユーザーの PlayFab エンティティ タイプを取得します。                                                                                             |
| [GetNetwork](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getnetwork)                   | このエンドポイントに関連付けられているネットワークを取得します。                                                                                                               |
| [GetDevice](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getdevice)                     | このエンドポイントに関連付けられているデバイスを取得します。                                                                                                                 |
| [GetUniqueIdentifier](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getuniqueidentifier) | このエンドポイントのネットワーク内で一意の識別子を取得します。                                                                                                                |
| [GetSharedProperty](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getsharedproperty)     | 共有プロパティの値を取得します。                                                                                                                               |
| [GetCustomContext](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getcustomcontext)       | このエンドポイント オブジェクトに以前に関連付けられた、アプリのプライベートなカスタム ポインター サイズのコンテキスト値を取得します。                                                                           |
| [SetCustomContext](/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_setcustomcontext)       | このエンドポイント オブジェクトに、オプションのカスタムなポインター サイズのコンテキスト値を構成します。                                                                                          |

## 要件

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

## 関連項目

[Party members](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyLocalEndpoint](/services/playfab/multiplayer/networking/reference/classes/PartyLocalEndpoint/partylocalendpoint)


## Related topics

- [PartyEndpoint::GetLocal](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getlocal.md)
- [PartyEndpoint::GetDevice](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getdevice.md)
- [PartyEndpoint::GetNetwork](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getnetwork.md)
- [PartyEndpoint::GetCustomContext](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getcustomcontext.md)
- [PartyEndpoint::GetEntityId](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getentityid.md)
