ISupportIncrementalLoading.LoadMoreItemsAsync(UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- count
-
UInt32
unsigned int
uint32_t
Gibt zurück
- Attribute