ItemsProviderResult<TItem>(IEnumerable<TItem>, Int32) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy wystąpienie nowego ItemsProviderResult<TItem> wystąpienia.
public:
ItemsProviderResult(System::Collections::Generic::IEnumerable<TItem> ^ items, int totalItemCount);
public ItemsProviderResult(System.Collections.Generic.IEnumerable<TItem> items, int totalItemCount);
new Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderResult<'Item> : seq<'Item> * int -> Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderResult<'Item>
Public Sub New (items As IEnumerable(Of TItem), totalItemCount As Integer)
Parametry
- items
- IEnumerable<TItem>
Elementy do udostępnienia.
- totalItemCount
- Int32
Łączna liczba elementów w źródle generującym podane elementy.