ListViewBase.LoadMoreItemsAsync 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.
Initiates the asynchronous request to load more data items, in accordance with the active incremental loading settings.
public:
virtual IAsyncOperation<LoadMoreItemsResult> ^ LoadMoreItemsAsync() = LoadMoreItemsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync();
function loadMoreItemsAsync()
Public Function LoadMoreItemsAsync () As IAsyncOperation(Of LoadMoreItemsResult)
Returns
When the operation completes, returns a LoadMoreItemsResult payload.
- Attributes