GameSaveBlobInfoGetResult
GameSaveBlobInfoGetResult
GameSaveBlobInfoGetResult
GameSaveBlobInfoGetResult
Class
Definition
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : sealed class GameSaveBlobInfoGetResult : IGameSaveBlobInfoGetResultpublic sealed class GameSaveBlobInfoGetResult : IGameSaveBlobInfoGetResultPublic NotInheritable Class GameSaveBlobInfoGetResult Implements IGameSaveBlobInfoGetResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Xbox Live Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Gaming.XboxLive.StorageApiContract (introduced v1)
|
Properties
Status Status Status Status
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : GameSaveErrorStatus Status { get; }public GameSaveErrorStatus Status { get; }Public ReadOnly Property Status As GameSaveErrorStatus// You can use this property in JavaScript.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
Value Value Value Value
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IVectorView<GameSaveBlobInfo> Value { get; }public IReadOnlyList<GameSaveBlobInfo> Value { get; }Public ReadOnly Property Value As IReadOnlyList<GameSaveBlobInfo>// You can use this property in JavaScript.
- Value
- IVectorView<GameSaveBlobInfo> IReadOnlyList<GameSaveBlobInfo> IReadOnlyList<GameSaveBlobInfo> IReadOnlyList<GameSaveBlobInfo>
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.