UIApplication.Windows 属性

定义

所有应用程序窗口。

public virtual UIKit.UIWindow[] Windows { [Foundation.Export("windows")] get; }
member this.Windows : UIKit.UIWindow[]

属性值

属性

注解

调用此属性将返回此应用程序创建的所有窗口的列表。

适用于