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

# XGameSave Wrapper ContainerNames type reference

> Reference for Microsoft.Xbox.Wrappers.XGameSave.ContainerNames, the string vector holding the names of every save container currently in use by the game.

# Microsoft.Xbox.Wrappers.XGameSave.ContainerNames

Vector of the names of the containers used by the game.

## Syntax

```cpp theme={null}
typedef std::vector<std:string> ContainerNames;
```

## Requirements

**Header:** xgamesavewrappers.hpp

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles


## Related topics

- [XGameSave Wrapper reference index and member list](/reference/system/Wrappers/xgamesave_wrapper_members.md)
- [XGameSave Provider QueryContainers method](/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_querycontainers.md)
- [XGameSave Provider QueryContainerBlobs method](/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_querycontainerblobs.md)
- [XGameSave Provider Delete with BlobNames overload](/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_delete_string_blobnames.md)
- [Método QueryContainers de XGameSave Provider](/es/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_querycontainers.md)
