UIApplicationDelegate_Extensions.WillEnterForeground 方法

定义

指示应用程序即将进入前台。

public static void WillEnterForeground (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member WillEnterForeground : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

参数

This
IUIApplicationDelegate

此扩展方法在其上运行的实例。

application
UIApplication

对调用此委托方法的 UIApplication 的引用。

适用于