Partager via


GridItemsProviderResult.From<TGridItem> Méthode

Définition

Fournit un instance de GridItemsProviderResult<TGridItem>.

public static Microsoft.AspNetCore.Components.QuickGrid.GridItemsProviderResult<TGridItem> From<TGridItem> (System.Collections.Generic.ICollection<TGridItem> items, int totalItemCount);
static member From : System.Collections.Generic.ICollection<'GridItem> * int -> Microsoft.AspNetCore.Components.QuickGrid.GridItemsProviderResult<'GridItem>
Public Shared Function From(Of TGridItem) (items As ICollection(Of TGridItem), totalItemCount As Integer) As GridItemsProviderResult(Of TGridItem)

Paramètres de type

TGridItem

Type de données représenté par chaque ligne de la grille.

Paramètres

items
ICollection<TGridItem>

Éléments fournis.

totalItemCount
Int32

Nombre total d’éléments qui existent. Pour plus d'informations, consultez TotalItemCount.

Retours

Instance de GridItemsProviderResult<TGridItem>.

S’applique à