次の方法で共有


UIPageViewController.GetPreferredInterfaceOrientationForPresentation プロパティ

定義

値を取得するために オブジェクトによって呼び出されるデリゲート。

public Func<UIKit.UIPageViewController,UIKit.UIInterfaceOrientation> GetPreferredInterfaceOrientationForPresentation { get; set; }
member this.GetPreferredInterfaceOrientationForPresentation : Func<UIKit.UIPageViewController, UIKit.UIInterfaceOrientation> with get, set

プロパティ値

注釈

開発者は、このプロパティに関数、デリゲート、または匿名メソッドを割り当てて、オブジェクトに値を返します。 開発者がこのプロパティに値を割り当てると、WeakDelegate プロパティの値が、デリゲートをイベントにマップする内部ハンドラーにリセットされます。

適用対象