INSCollectionViewPrefetching Interface

Definition

[Foundation.Protocol(Name="NSCollectionViewPrefetching", WrapperType=typeof(AppKit.NSCollectionViewPrefetchingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSCollectionViewPrefetching : IDisposable, ObjCRuntime.INativeObject
type INSCollectionViewPrefetching = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

PrefetchItems(NSCollectionView, NSIndexPath[])

Extension Methods

CancelPrefetching(INSCollectionViewPrefetching, NSCollectionView, NSIndexPath[])

Applies to