UICollectionView.NumberOfItemsInSection(IntPtr) 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.
Returns the number of items in the specified section.
[Foundation.Export("numberOfItemsInSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr NumberOfItemsInSection(IntPtr section);
[<Foundation.Export("numberOfItemsInSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NumberOfItemsInSection : nativeint -> nativeint
override this.NumberOfItemsInSection : nativeint -> nativeint
Parameters
- section
-
IntPtr
nativeint
The index of the section.
Returns
nativeint
The number of items in the specified section.
- Attributes