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

# PFEntityKeyDictionaryEntry

> 具有 PFEntityKey 值的关联数组的字典条目。

具有 PFEntityKey 值的关联数组的字典条目。

## 语法

```cpp theme={null}
typedef struct PFEntityKeyDictionaryEntry {  
    const char* key;  
    PFEntityKey const* value;  
} PFEntityKeyDictionaryEntry;  
```

### 成员

**`key`**   const char\*<br />*is null-terminated*

TBD

**`value`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

TBD

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFGroupsEntityWithLineage](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage.md)
- [PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsResponse](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgettitleplayersfrommasterplayeraccountidsresponse.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFEntityLineageDictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFEntityStatisticValueDictionaryEntry](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
