GameSaveContainerInfoGetResult Class

Definition

Result of a GameSaveContainerInfoQuery operation.

public ref class GameSaveContainerInfoGetResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.XboxLive.StorageApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GameSaveContainerInfoGetResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.XboxLive.StorageApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GameSaveContainerInfoGetResult
Public NotInheritable Class GameSaveContainerInfoGetResult
Inheritance
Object Platform::Object IInspectable GameSaveContainerInfoGetResult
Attributes

Windows requirements

Device family
Xbox Live Extension SDK (introduced in 10.0.10240.0)
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Gaming.XboxLive.StorageApiContract (introduced in v1.0)

Remarks

GameSaveContainerInfoGetResult is returned when GameSaveContainerInfoQuery.GetContainerInfoAsync completes, and contains the result of the asynchronous operation. If the operation completed with no errors, GameSaveContainerInfoGetResult.Value has the container info.

Important

This API is targeted towards UWP games and apps with Xbox Live Enabled. Calls to these APIs made from sources that are not Xbox Live enabled will not be able to sync data to the cloud.

Properties

Status

Status result of the asynchronous game save container info request.

Value

A collection of container information returned by GameSaveContainerInfoQuery.

Applies to

See also