UICollectionViewDataSource.GetItemsCount(UICollectionView, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of items in the specified section.
[Foundation.Export("collectionView:numberOfItemsInSection:")]
public abstract nint GetItemsCount (UIKit.UICollectionView collectionView, nint section);
abstract member GetItemsCount : UIKit.UICollectionView * nint -> nint
Parameters
- collectionView
- UICollectionView
The collection view that originated the request.
- section
- System.System.IntPtr System.nativeint
Returns
System.System.IntPtr
System.nativeint
Implements
- Attributes