다음을 통해 공유


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[])

테이블 데이터의 프리페치를 취소합니다.

적용 대상