Share via


INSCollectionViewDataSource.GetNumberOfSections(NSCollectionView) Method

Definition

[Foundation.Export("numberOfSectionsInCollectionView:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetNumberOfSections(AppKit.NSCollectionView collectionView);
[<Foundation.Export("numberOfSectionsInCollectionView:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to