GameSaveOperationResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步游戏保存操作的结果。
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
- 继承
- 属性
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 |
异步游戏保存操作的状态结果。 |