GameSaveBlobGetResult
GameSaveBlobGetResult
GameSaveBlobGetResult
GameSaveBlobGetResult
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 GameSaveBlobGetResult : IGameSaveBlobGetResultpublic sealed class GameSaveBlobGetResult : IGameSaveBlobGetResultPublic NotInheritable Class GameSaveBlobGetResult Implements IGameSaveBlobGetResult// 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 : IMapView<string, IBuffer> Value { get; }public IReadOnlyDictionary<string, IBuffer> Value { get; }Public ReadOnly Property Value As IReadOnlyDictionary<string, IBuffer>// You can use this property in JavaScript.
- Value
- IMapView<PlatForm::String, IBuffer> IReadOnlyDictionary<string, IBuffer> IReadOnlyDictionary<string, IBuffer> IReadOnlyDictionary<string, IBuffer>
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.