GameSaveContainer
GameSaveContainer
GameSaveContainer
GameSaveContainer
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 GameSaveContainer : IGameSaveContainerpublic sealed class GameSaveContainer : IGameSaveContainerPublic NotInheritable Class GameSaveContainer Implements IGameSaveContainer// You can use this class in JavaScript.
- Attributes
| Device family |
Xbox Live Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Gaming.XboxLive.StorageApiContract (introduced v1)
|
Properties
Name Name Name Name
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 : PlatForm::String Name { get; }public string Name { get; }Public ReadOnly Property Name As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
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.
Provider Provider Provider Provider
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 : GameSaveProvider Provider { get; }public GameSaveProvider Provider { get; }Public ReadOnly Property Provider As GameSaveProvider// 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.
Methods
CreateBlobInfoQuery(String) CreateBlobInfoQuery(String) CreateBlobInfoQuery(String) CreateBlobInfoQuery(String)
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 : GameSaveBlobInfoQuery CreateBlobInfoQuery(PlatForm::String blobNamePrefix)public GameSaveBlobInfoQuery CreateBlobInfoQuery(String blobNamePrefix)Public Function CreateBlobInfoQuery(blobNamePrefix As String) As GameSaveBlobInfoQuery// You can use this method in JavaScript.
- blobNamePrefix
- PlatForm::String String String String
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.
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.
GetAsync(IIterable)
GetAsync(IIterable)
GetAsync(IIterable)
GetAsync(IIterable)
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 : IAsyncOperation<GameSaveBlobGetResult> GetAsync(IIterable<PlatForm::String> blobsToRead)public IAsyncOperation<GameSaveBlobGetResult> GetAsync(IEnumerable<String> blobsToRead)Public Function GetAsync(blobsToRead As IEnumerable<String>) As IAsyncOperation( Of GameSaveBlobGetResult )// You can use this method in JavaScript.
- blobsToRead
- IIterable<PlatForm::String> IEnumerable<String> IEnumerable<String> IEnumerable<String>
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.
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.
ReadAsync(IMapView)
ReadAsync(IMapView)
ReadAsync(IMapView)
ReadAsync(IMapView)
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 : IAsyncOperation<GameSaveOperationResult> ReadAsync(IMapView<PlatForm::String, IBuffer> blobsToRead)public IAsyncOperation<GameSaveOperationResult> ReadAsync(IReadOnlyDictionary<String, IBuffer> blobsToRead)Public Function ReadAsync(blobsToRead As IReadOnlyDictionary<String, IBuffer>) As IAsyncOperation( Of GameSaveOperationResult )// You can use this method in JavaScript.
- blobsToRead
- 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.
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.
SubmitPropertySetUpdatesAsync(IPropertySet, IIterable, String)
SubmitPropertySetUpdatesAsync(IPropertySet, IIterable, String)
SubmitPropertySetUpdatesAsync(IPropertySet, IIterable, String)
SubmitPropertySetUpdatesAsync(IPropertySet, IIterable, String)
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 : IAsyncOperation<GameSaveOperationResult> SubmitPropertySetUpdatesAsync(IPropertySet blobsToWrite, IIterable<PlatForm::String> blobsToDelete, PlatForm::String displayName)public IAsyncOperation<GameSaveOperationResult> SubmitPropertySetUpdatesAsync(IPropertySet blobsToWrite, IEnumerable<String> blobsToDelete, String displayName)Public Function SubmitPropertySetUpdatesAsync(blobsToWrite As IPropertySet, blobsToDelete As IEnumerable<String>, displayName As String) As IAsyncOperation( Of GameSaveOperationResult )// You can use this method in JavaScript.
- blobsToWrite
- IPropertySet IPropertySet IPropertySet IPropertySet
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.
- blobsToDelete
- IIterable<PlatForm::String> IEnumerable<String> IEnumerable<String> IEnumerable<String>
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.
- displayName
- PlatForm::String String String String
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.
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.
SubmitUpdatesAsync(IMapView, IIterable, String)
SubmitUpdatesAsync(IMapView, IIterable, String)
SubmitUpdatesAsync(IMapView, IIterable, String)
SubmitUpdatesAsync(IMapView, IIterable, String)
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 : IAsyncOperation<GameSaveOperationResult> SubmitUpdatesAsync(IMapView<PlatForm::String, IBuffer> blobsToWrite, IIterable<PlatForm::String> blobsToDelete, PlatForm::String displayName)public IAsyncOperation<GameSaveOperationResult> SubmitUpdatesAsync(IReadOnlyDictionary<String, IBuffer> blobsToWrite, IEnumerable<String> blobsToDelete, String displayName)Public Function SubmitUpdatesAsync(blobsToWrite As IReadOnlyDictionary<String, IBuffer>, blobsToDelete As IEnumerable<String>, displayName As String) As IAsyncOperation( Of GameSaveOperationResult )// You can use this method in JavaScript.
- blobsToWrite
- 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.
- blobsToDelete
- IIterable<PlatForm::String> IEnumerable<String> IEnumerable<String> IEnumerable<String>
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.
- displayName
- PlatForm::String String String String
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.
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.