INSCollectionViewDataSource.GetNumberofItems(NSCollectionView, nint) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Foundation.Export("collectionView:numberOfItemsInSection:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public 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
- Атрибуты