Share via


INSCollectionViewPrefetching.PrefetchItems Method

Definition

[Foundation.Export("collectionView:prefetchItemsAtIndexPaths:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrefetchItems(AppKit.NSCollectionView collectionView, Foundation.NSIndexPath[] indexPaths);
[<Foundation.Export("collectionView:prefetchItemsAtIndexPaths:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrefetchItems : AppKit.NSCollectionView * Foundation.NSIndexPath[] -> unit
override this.PrefetchItems : AppKit.NSCollectionView * Foundation.NSIndexPath[] -> unit

Parameters

collectionView
NSCollectionView
indexPaths
NSIndexPath[]
Attributes

Applies to