GameSaveOperationResult 类

定义

异步游戏保存操作的结果。

public ref class GameSaveOperationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.XboxLive.StorageApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GameSaveOperationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.XboxLive.StorageApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GameSaveOperationResult
Public NotInheritable Class GameSaveOperationResult
继承
Object Platform::Object IInspectable GameSaveOperationResult
属性

Windows 要求

设备系列
Xbox Live Extension SDK (在 10.0.10240.0 中引入)
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Gaming.XboxLive.StorageApiContract (在 v1.0 中引入)

注解

当异步游戏保存操作完成并包含操作的状态结果时,将返回 GameSaveOperationResult

重要

此 API 面向已启用 Xbox Live 的 UWP 游戏和应用。 从未启用 Xbox Live 的源调用这些 API 将无法将数据同步到云。

属性

Status

异步游戏保存操作的状态结果。

适用于

另请参阅