CollectionView for WinForms
LoadMoreItemsAsync<T> メソッド (ICollectionViewEx)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : LoadMoreItemsAsync<T> メソッド
The collection view.
Specifies the desired number of items to be loaded.
The cancellation token
Loads more items.
シンタックス
'宣言
 
Public Shared Function LoadMoreItemsAsync(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   Optional ByVal count As System.Nullable(Of Integer), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task LoadMoreItemsAsync<T>( 
   ICollectionView<T> collectionView,
   System.Nullable<int> count,
   System.Threading.CancellationToken cancellationToken
)
where T: class

パラメータ

collectionView
The collection view.
count
Specifies the desired number of items to be loaded.
cancellationToken
The cancellation token

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ