NSCollectionViewDataSource.GetNumberofItems(NSCollectionView, nint) 方法

定义

[Foundation.Export("collectionView:numberOfItemsInSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public abstract nint GetNumberofItems (AppKit.NSCollectionView collectionView, nint section);
abstract member GetNumberofItems : AppKit.NSCollectionView * nint -> nint

参数

collectionView
NSCollectionView
section
System.System.IntPtr System.nativeint

返回

System.System.IntPtr System.nativeint

实现

属性

适用于