Basic Library for UWP/WinRT XAML
LoadMoreItemsAsync メソッド (C1CollectionView)

読み込む項目の数。
ビューからの増分読込を初期化します。
構文
'宣言
 
Public Function LoadMoreItemsAsync( _
   ByVal count As System.UInteger _
) As Windows.Foundation.IAsyncOperation(Of LoadMoreItemsResult)
public Windows.Foundation.IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync( 
   System.uint count
)

パラメータ

count
読み込む項目の数。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1CollectionView クラス
C1CollectionView メンバ

Send Feedback