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

# PFProfilesEntityDataObjectDictionaryEntry

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

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

## 语法

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

### 成员

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

TBD

**`value`**   [PFProfilesEntityDataObject](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobject) const\*

TBD

## 要求

**头文件：** PFProfilesTypes.h

## 另请参阅

[PFProfilesTypes 成员](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesEntityProfileBody](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Services C API overview - PFProfilesTypes.h](/zh-CN/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFProfilesEntityProfileFileMetadataDictionaryEntry](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilefilemetadatadictionaryentry.md)
- [PFDataObjectResultDictionaryEntry](/zh-CN/services/playfab/api-references/c/pfdatatypes/structs/pfdataobjectresultdictionaryentry.md)
- [PFProfilesEntityDataObject](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobject.md)
