Share via


IUITableViewDataSourcePrefetching Interface

Definition

Interface for table view data sources that can prefetch their data.

[Foundation.Protocol(Name="UITableViewDataSourcePrefetching", WrapperType=typeof(UIKit.UITableViewDataSourcePrefetchingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="PrefetchRows", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITableView), typeof(Foundation.NSIndexPath[]) }, Selector="tableView:prefetchRowsAtIndexPaths:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CancelPrefetching", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITableView), typeof(Foundation.NSIndexPath[]) }, Selector="tableView:cancelPrefetchingForRowsAtIndexPaths:")]
public interface IUITableViewDataSourcePrefetching : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UITableViewDataSourcePrefetching", WrapperType=typeof(UIKit.UITableViewDataSourcePrefetchingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="PrefetchRows", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITableView), typeof(Foundation.NSIndexPath[]) }, Selector="tableView:prefetchRowsAtIndexPaths:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CancelPrefetching", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITableView), typeof(Foundation.NSIndexPath[]) }, Selector="tableView:cancelPrefetchingForRowsAtIndexPaths:")>]
type IUITableViewDataSourcePrefetching = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
CancelPrefetching(UITableView, NSIndexPath[])

Cancels the prefetching of table data.

PrefetchRows(UITableView, NSIndexPath[])

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
CancelPrefetching(IUITableViewDataSourcePrefetching, UITableView, NSIndexPath[])

Cancels the prefetching of table data.

Applies to