UIViewController.PresentModalViewController(UIViewController, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション開発者は、この非推奨のメソッドの代わりに を使用 PresentViewController(UIViewController, Boolean, Action) する必要があります。
[Foundation.Export("presentModalViewController:animated:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PresentViewController (UIViewController, bool, NSAction)' instead and set the 'ModalViewController' property to true.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PresentModalViewController (UIKit.UIViewController modalViewController, bool animated);
abstract member PresentModalViewController : UIKit.UIViewController * bool -> unit
override this.PresentModalViewController : UIKit.UIViewController * bool -> unit
パラメーター
- modalViewController
- UIViewController
UIViewController表示される 。
- animated
- Boolean
true
プレゼンテーションをアニメーション化する場合は 。
- 属性
注釈
このメソッドは非推奨であり、アプリケーション開発者は代わりに を使用 PresentViewController(UIViewController, Boolean, Action) する必要があります。