UIApplication.Windows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All of the application windows.
public virtual UIKit.UIWindow[] Windows { [Foundation.Export("windows")] get; }
member this.Windows : UIKit.UIWindow[]
Property Value
UIWindow[]
- Attributes
Remarks
Invoking this property will return a list of all the windows created by this application.