Asynchronously retrieves information for all the containers that matched the query.
public:
IAsyncOperation<IVectorView<ContainerInfo2>^ >^ GetContainerInfo2Async(
uint32 startIndex,
uint32 maxNumberOfItems
)
startIndex
Type: uint32
The index of the first item to return.
maxNumberOfItems
Type: uint32
The maximum number of items to return.
Type: IAsyncOperation<IVectorView<ContainerInfo2>^ >
Returns ContainerInfo2 objects for all the containers that matched the query. ContainerInfo2 objects are returned in order of most recently modified first.
Namespace: Windows.Xbox.Storage
Metadata: windows.winmd
ContainerInfoQueryResult Class