ICollectionView.LoadMoreItemsAsync(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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