다음을 통해 공유


GridItemsProviderResult.From<TGridItem> 메서드

정의

의 instance 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

존재하는 항목의 총 숫자입니다. 자세한 내용은 TotalItemCount를 참조하세요.

반환

GridItemsProviderResult<TGridItem>의 인스턴스입니다.

적용 대상