次の方法で共有


UIPageViewControllerDelegate_Extensions.WillTransition メソッド

定義

切り替えが始まりようとしていることを示します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillTransition (this UIKit.IUIPageViewControllerDelegate This, UIKit.UIPageViewController pageViewController, UIKit.UIViewController[] pendingViewControllers);
static member WillTransition : UIKit.IUIPageViewControllerDelegate * UIKit.UIPageViewController * UIKit.UIViewController[] -> unit

パラメーター

This
IUIPageViewControllerDelegate

この拡張メソッドが動作するインスタンス。

pageViewController
UIPageViewController
pendingViewControllers
UIViewController[]
属性

適用対象