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

# QueryContainers

> 제공된 이름 접두사와 일치하는 컨테이너 이름의 벡터를 반환합니다.

# Microsoft.Xbox.Wrappers.XGameSave.Provider.QueryContainers

제공된 이름 접두사와 일치하는 컨테이너 이름의 벡터를 반환합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
ContainerNames QueryContainers(const std::string& prefix);
```

<a id="parametersSection" />

### 매개 변수

*prefix*   \_In\_<br />형식: std::string

검색할 컨테이너 이름의 접두사입니다. 접두사에 빈 문자열을 지정하면 이 메서드는 모든 컨테이너 이름을 반환합니다.

<a id="retvalSection" />

### 반환 값

형식: ContainerNames

검색 조건과 일치하는 컨테이너 이름의 벡터를 반환합니다.

<a id="remarksSection" />

## 설명

접두사에 빈 문자열을 지정하면 이 메서드는 모든 컨테이너 이름을 반환합니다.

접두사 대신 컨테이너의 이름을 지정하여 컨테이너를 검색할 수 있습니다.

`Provider` 클래스의 다른 메서드를 호출하려면 먼저 [Initialize](/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_initialize) 메서드를 호출해야 합니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** xgamesavewrappers.hpp

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 참고 항목

[Microsoft.Xbox.Wrappers.XGameSave.Provider](/reference/system/Wrappers/classes/provider/xgamesave_wrapper_provider)<br />[XGameSave 래퍼 멤버](/reference/system/Wrappers/xgamesave_wrapper_members)


## Related topics

- [QueryContainerBlobs](/ko/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_querycontainerblobs.md)
- [Steam Cloud 스토리지를 XBOX GDK로 이식하기](/ko/build/steam-porting-guide/features/steam-cloud.md)
- [XGameSaveContainerInfo](/ko/reference/system/xgamesave/structs/xgamesavecontainerinfo.md)
- [XGameSaveCloseContainer](/ko/reference/system/xgamesave/functions/xgamesaveclosecontainer.md)
- [XGameSaveCreateContainer](/ko/reference/system/xgamesave/functions/xgamesavecreatecontainer.md)
