IUITableViewDataSourcePrefetching インターフェイス

定義

データをプリフェッチできるテーブル ビュー データ ソースのインターフェイス。

[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
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

PrefetchRows(UITableView, NSIndexPath[])

データをプリフェッチできるテーブル ビュー データ ソースのインターフェイス。

拡張メソッド

CancelPrefetching(IUITableViewDataSourcePrefetching, UITableView, NSIndexPath[])

テーブル データのプリフェッチを取り消します。

適用対象