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


C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : GetLoadedItems<T> Method
The collection view.
Returns all the items that has be loaded so far.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetLoadedItems(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T) _
) As IEnumerable(Of ILoadedItem(Of T))
'Usage
 
Dim collectionView As ICollectionView(Of T)
Dim value As IEnumerable(Of ILoadedItem(Of T))
 
value = ICollectionViewEx.GetLoadedItems(Of T)(collectionView)
[Extension()]
public static IEnumerable<ILoadedItem<T>> GetLoadedItems<T>( 
   ICollectionView<T> collectionView
)
where T: class

Parameters

collectionView
The collection view.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members