GameSaveContainerInfoQuery
GameSaveContainerInfoQuery
GameSaveContainerInfoQuery
GameSaveContainerInfoQuery
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 GameSaveContainerInfoQuery : IGameSaveContainerInfoQuerypublic sealed class GameSaveContainerInfoQuery : IGameSaveContainerInfoQueryPublic NotInheritable Class GameSaveContainerInfoQuery Implements IGameSaveContainerInfoQuery// 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
GetContainerInfoAsync() GetContainerInfoAsync() GetContainerInfoAsync() GetContainerInfoAsync()
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<GameSaveContainerInfoGetResult> GetContainerInfoAsync()public IAsyncOperation<GameSaveContainerInfoGetResult> GetContainerInfoAsync()Public Function GetContainerInfoAsync() As IAsyncOperation( Of GameSaveContainerInfoGetResult )// 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
GetContainerInfoAsync(UInt32, UInt32) GetContainerInfoAsync(UInt32, UInt32) GetContainerInfoAsync(UInt32, UInt32) GetContainerInfoAsync(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<GameSaveContainerInfoGetResult> GetContainerInfoAsync(unsigned int startIndex, unsigned int maxNumberOfItems)public IAsyncOperation<GameSaveContainerInfoGetResult> GetContainerInfoAsync(UInt32 startIndex, UInt32 maxNumberOfItems)Public Function GetContainerInfoAsync(startIndex As UInt32, maxNumberOfItems As UInt32) As IAsyncOperation( Of GameSaveContainerInfoGetResult )// 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.