IUIPageViewControllerDataSource インターフェイス

定義

プロトコル UIPageViewControllerDataSourceの必要なメソッド (存在する場合) を表すインターフェイス。

[Foundation.Protocol(Name="UIPageViewControllerDataSource", WrapperType=typeof(UIKit.UIPageViewControllerDataSourceWrapper))]
public interface IUIPageViewControllerDataSource : IDisposable, ObjCRuntime.INativeObject
type IUIPageViewControllerDataSource = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

このインターフェイスには、 で UIPageViewControllerDataSource定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成すると、実装メソッドは、プロトコルで定義されているメソッドのシグネチャに一致する Objective-C に自動的に UIPageViewControllerDataSource エクスポートされます。

省略可能なメソッド (存在する場合) は、 インターフェイスの拡張メソッドとして クラスによって UIPageViewControllerDataSource_Extensions 提供されるため、開発者はプロトコルで任意のオプション メソッドを呼び出すことができます。

プロパティ

Handle

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

(継承元 INativeObject)

メソッド

GetNextViewController(UIPageViewController, UIViewController)

次の UIViewController を返します。

GetPreviousViewController(UIPageViewController, UIViewController)

前の UIViewController を取得します。

拡張メソッド

GetPresentationCount(IUIPageViewControllerDataSource, UIPageViewController)

ページ インジケーターに表示されるページ数。

GetPresentationIndex(IUIPageViewControllerDataSource, UIPageViewController)

ページ インジケーターで強調表示されるページのインデックス。

適用対象