DataCollection
GetItemsCount メソッド

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1CollectionViewSource<T> クラス : GetItemsCount メソッド
Collection view displaying the items.
Index of the section containing the items.
Called by the collection view to find out how many items are to be rendered in the section specified by section.
シンタックス
'宣言
 
Public Overrides Function GetItemsCount( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal section As System.IntPtr _
) As System.IntPtr
public override System.IntPtr GetItemsCount( 
   UIKit.UICollectionView collectionView,
   System.IntPtr section
)

パラメータ

collectionView
Collection view displaying the items.
section
Index of the section containing the items.

戻り値の型

Number of items in the section at index section.
参照

C1CollectionViewSource<T> クラス
C1CollectionViewSource<T> メンバ