Click or drag to resize

DataStructureCollectionTLoadMoreItemsAsync Method

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync(
	uint count
)

Parameters

count
Type: SystemUInt32

Return Value

Type: IAsyncOperationLoadMoreItemsResult

Implements

ISupportIncrementalLoadingLoadMoreItemsAsync(UInt32)
See Also