Share via


NSCollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetNumberOfSections Method

Definition

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

Parameters

collectionView
NSCollectionView

Returns

IntPtr

nativeint

Implements

Attributes

Applies to