ISupportIncrementalLoading.LoadMoreItemsAsync(UInt32) Method

Definition

Initializes incremental loading from the view.

public:
 IAsyncOperation<LoadMoreItemsResult> ^ LoadMoreItemsAsync(unsigned int count);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync(uint32_t const& count);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync(uint count);
function loadMoreItemsAsync(count)
Public Function LoadMoreItemsAsync (count As UInteger) As IAsyncOperation(Of LoadMoreItemsResult)

Parameters

count
UInt32

unsigned int

uint32_t

The number of items to load.

Returns

The wrapped results of the load operation.

Attributes

Applies to