Blazor コントロール
GetLoadedItems メソッド (ISupportAsyncLoading<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportAsyncLoading<T> インターフェース : GetLoadedItems メソッド
The initial index to start looking for loaded items.
The final index to stop looking for loaded items.
Returns all the items that has been loaded so far.
シンタックス
'宣言
 
Function GetLoadedItems( _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetLoadedItems( 
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex
)

パラメータ

fromIndex
The initial index to start looking for loaded items.
toIndex
The final index to stop looking for loaded items.
参照

ISupportAsyncLoading<T> インターフェース
ISupportAsyncLoading<T> メンバ