ComponentOne Xamarin.Android
GetLoadedItems Method (ISupportAsyncLoading<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportAsyncLoading<T> Interface : GetLoadedItems Method
Returns all the items that has been loaded so far.
Syntax
'Declaration
 
Function GetLoadedItems() As IEnumerable(Of ILoadedItem(Of T))
'Usage
 
Dim instance As ISupportAsyncLoading(Of T)
Dim value As IEnumerable(Of ILoadedItem(Of T))
 
value = instance.GetLoadedItems()
IEnumerable<ILoadedItem<T>> GetLoadedItems()
See Also

Reference

ISupportAsyncLoading<T> Interface
ISupportAsyncLoading<T> Members