次の方法で共有


UIApplication.Windows プロパティ

定義

すべてのアプリケーション ウィンドウ。

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

プロパティ値

属性

注釈

このプロパティを呼び出すと、このアプリケーションによって作成されたすべてのウィンドウの一覧が返されます。

適用対象