GridItemsProviderResult.From<TGridItem> メソッド

定義

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)

型パラメーター

TGridItem

グリッド内の各行によって表されるデータの種類。

パラメーター

items
ICollection<TGridItem>

指定されている項目。

totalItemCount
Int32

存在する項目の合計 numer。 詳細については、TotalItemCount を参照してください。

戻り値

GridItemsProviderResult<TGridItem> のインスタンス。

適用対象