DataCollection
NumberOfSections メソッド (C1CollectionViewSource<T>)

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1CollectionViewSource<T> クラス : NumberOfSections メソッド
Collection view displaying the sections.
Returns the number of sections that are required to display the data.
シンタックス
'宣言
 
Public Overrides NotOverridable Function NumberOfSections( _
   ByVal collectionView As UIKit.UICollectionView _
) As System.IntPtr
public override System.IntPtr NumberOfSections( 
   UIKit.UICollectionView collectionView
)

パラメータ

collectionView
Collection view displaying the sections.

戻り値の型

Number of sections required to display the data. The default is 1 (a collection must have at least one section).
参照

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