Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.4 KB

gamesaveprovider_createcontainerinfoquery_1087708274.md

File metadata and controls

38 lines (23 loc) · 1.4 KB
-api-id -api-type
M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.CreateContainerInfoQuery(System.String)
winrt method

Windows.Gaming.XboxLive.Storage.GameSaveProvider.CreateContainerInfoQuery

-description

Creates a GameSaveContainerInfoQuery instance that enumerates the containers in this game save provider that have names that begin with the specified prefix.

-parameters

-param containerNamePrefix

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

String name prefix of the containers to enumerate.

-returns

Type: GameSaveContainerInfoQuery

GameSaveContainerInfoQuery instance that enumerates the containers in this game save provider that have names that begin with the specified prefix.

-remarks

Call GetContainerInfoAsync on the returned object to retrieve container information.

-examples

-see-also

GameSaveProvider, CreateContainerInfoQuery