IUITableViewDataSourcePrefetching Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for table view data sources that can prefetch their data.
[Foundation.Protocol(Name="UITableViewDataSourcePrefetching", WrapperType=typeof(UIKit.UITableViewDataSourcePrefetchingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITableViewDataSourcePrefetching : IDisposable, ObjCRuntime.INativeObject
type IUITableViewDataSourcePrefetching = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
PrefetchRows(UITableView, NSIndexPath[]) |
Extension Methods
CancelPrefetching(IUITableViewDataSourcePrefetching, UITableView, NSIndexPath[]) |
Cancels the prefetching of table data. |