CollectionView for WinForms
C1CursorCollectionView<T,K> クラス
メンバ 

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 : C1CursorCollectionView<T,K> クラス
The type of the items in the collection.
The type of the token.
Base class for cursor-like collection views.
オブジェクト モデル
C1CursorCollectionView<T,K> クラス
シンタックス
'宣言
 
Public MustInherit Class C1CursorCollectionView
    (Of T As Class,
     K) 
   Inherits C1CollectionViewBase(Of T)
   Implements ICollectionView(Of T)ISupportCurrencyISupportFilteringISupportIncrementalLoadingISupportRefreshingISupportSorting 
型パラメータ
T
The type of the items in the collection.
K
The type of the token.
解説
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
継承階層

System.Object
   C1.CollectionView.C1CollectionViewBase<T>
      C1.CollectionView.C1CursorCollectionView<T,K>
         C1.CollectionView.C1CursorCollectionView<T>

参照

C1CursorCollectionView<T,K> メンバ
C1.CollectionView 名前空間