ContainerInfoQueryResult.GetContainerInfo2Async Method (UInt32, UInt32)

Asynchronously retrieves information for all the containers that matched the query.

Syntax

public:
IAsyncOperation<IVectorView<ContainerInfo2>^ >^ GetContainerInfo2Async(
         uint32 startIndex,
         uint32 maxNumberOfItems
)  

Parameters

startIndex
Type: uint32 

 The index of the first item to return.

maxNumberOfItems
Type: uint32 

 The maximum number of items to return.

Return value

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.

Requirements

Namespace: Windows.Xbox.Storage

Metadata: windows.winmd

See also

Reference

ContainerInfoQueryResult Class

ContainerInfoQueryResult Members

Windows.Xbox.Storage Namespace