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

# PFStringDictionaryEntry

> 字符串值的关联数组的字典项。

字符串值的关联数组的字典项。

## 语法

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

### 成员

**`key`**   const char\*\
*is null-terminated*

TBD

**`value`**   const char\*\
*is null-terminated*

TBD

## 要求

**头文件：** PFTypes.h

## 另请参阅

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


## Related topics

- [PFTitleDataManagementGetPublisherDataResult](/zh-CN/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgetpublisherdataresult.md)
- [PFTitleDataManagementGetTitleDataResult](/zh-CN/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgettitledataresult.md)
- [PFLeaderboardsUpdateLeaderboardEntriesRequest](/zh-CN/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsupdateleaderboardentriesrequest.md)
- [PFLeaderboardsDeleteLeaderboardEntriesRequest](/zh-CN/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsdeleteleaderboardentriesrequest.md)
- [PFAccountManagementRemoveContactEmailRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementremovecontactemailrequest.md)
