Share via


NSCollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetNumberofItems Method

Definition

[Foundation.Export("collectionView:numberOfItemsInSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetNumberofItems(AppKit.NSCollectionView collectionView, IntPtr section);
[<Foundation.Export("collectionView:numberOfItemsInSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetNumberofItems : AppKit.NSCollectionView * nativeint -> nativeint
override this.GetNumberofItems : AppKit.NSCollectionView * nativeint -> nativeint

Parameters

collectionView
NSCollectionView
section
IntPtr

nativeint

Returns

IntPtr

nativeint

Implements

Attributes

Applies to