Share via


UITableView.PrefetchDataSource Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUITableViewDataSourcePrefetching? PrefetchDataSource { [Foundation.Export("prefetchDataSource", ObjCRuntime.ArgumentSemantic.Weak)] get; [Foundation.Export("setPrefetchDataSource:", ObjCRuntime.ArgumentSemantic.Weak)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("prefetchDataSource", ObjCRuntime.ArgumentSemantic.Weak)>]
[<set: Foundation.Export("setPrefetchDataSource:", ObjCRuntime.ArgumentSemantic.Weak)>]
member this.PrefetchDataSource : UIKit.IUITableViewDataSourcePrefetching with get, set

Property Value

Attributes

Applies to