Edit

Share via


AdvancedCollectionView.LoadMoreItemsAsync(UInt32) Method

Definition

Load more items from the source

public Windows.Foundation.IAsyncOperation<Windows.UI.Xaml.Data.LoadMoreItemsResult> LoadMoreItemsAsync (uint count);
abstract member LoadMoreItemsAsync : uint32 -> Windows.Foundation.IAsyncOperation<Windows.UI.Xaml.Data.LoadMoreItemsResult>
override this.LoadMoreItemsAsync : uint32 -> Windows.Foundation.IAsyncOperation<Windows.UI.Xaml.Data.LoadMoreItemsResult>
Public Function LoadMoreItemsAsync (count As UInteger) As IAsyncOperation(Of LoadMoreItemsResult)

Parameters

count
UInt32

number of items to load

Returns

Windows.Foundation.IAsyncOperation<Windows.UI.Xaml.Data.LoadMoreItemsResult>

Async operation of LoadMoreItemsResult

Implements

Windows.UI.Xaml.Data.ICollectionView.LoadMoreItemsAsync(System.UInt32) Windows.UI.Xaml.Data.ISupportIncrementalLoading.LoadMoreItemsAsync(System.UInt32)

Exceptions

Not implemented yet...

Applies to