次の方法で共有


UIViewControllerTransitioningDelegate_Extensions.GetPresentationControllerForPresentedViewController メソッド

定義

が表示されるときに presenting 使用されるプレゼンテーション コントローラーを返します presented

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIPresentationController GetPresentationControllerForPresentedViewController (this UIKit.IUIViewControllerTransitioningDelegate This, UIKit.UIViewController presentedViewController, UIKit.UIViewController presentingViewController, UIKit.UIViewController sourceViewController);
static member GetPresentationControllerForPresentedViewController : UIKit.IUIViewControllerTransitioningDelegate * UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.UIPresentationController

パラメーター

This
IUIViewControllerTransitioningDelegate

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

presentedViewController
UIViewController
presentingViewController
UIViewController

追加する。

このパラメーターは、null に設定できます。

sourceViewController
UIViewController

戻り値

属性

適用対象