GameSaveBlobInfoQuery
GameSaveBlobInfoQuery
GameSaveBlobInfoQuery
GameSaveBlobInfoQuery
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 GameSaveBlobInfoQuery : IGameSaveBlobInfoQuerypublic sealed class GameSaveBlobInfoQuery : IGameSaveBlobInfoQueryPublic NotInheritable Class GameSaveBlobInfoQuery Implements IGameSaveBlobInfoQuery// 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)
|
Methods
GetBlobInfoAsync() GetBlobInfoAsync() GetBlobInfoAsync() GetBlobInfoAsync()
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<GameSaveBlobInfoGetResult> GetBlobInfoAsync()public IAsyncOperation<GameSaveBlobInfoGetResult> GetBlobInfoAsync()Public Function GetBlobInfoAsync() As IAsyncOperation( Of GameSaveBlobInfoGetResult )// You can use this method 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.
- See Also
GetBlobInfoAsync(UInt32, UInt32) GetBlobInfoAsync(UInt32, UInt32) GetBlobInfoAsync(UInt32, UInt32) GetBlobInfoAsync(UInt32, UInt32)
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<GameSaveBlobInfoGetResult> GetBlobInfoAsync(unsigned int startIndex, unsigned int maxNumberOfItems)public IAsyncOperation<GameSaveBlobInfoGetResult> GetBlobInfoAsync(UInt32 startIndex, UInt32 maxNumberOfItems)Public Function GetBlobInfoAsync(startIndex As UInt32, maxNumberOfItems As UInt32) As IAsyncOperation( Of GameSaveBlobInfoGetResult )// You can use this method in JavaScript.
- startIndex
- unsigned int UInt32 UInt32 UInt32
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.
- maxNumberOfItems
- unsigned int UInt32 UInt32 UInt32
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.
- See Also
GetItemCountAsync() GetItemCountAsync() GetItemCountAsync() GetItemCountAsync()
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<unsigned int> GetItemCountAsync()public IAsyncOperation<uint> GetItemCountAsync()Public Function GetItemCountAsync() As IAsyncOperation( Of uint )// You can use this method 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.