次の方法で共有


Page.IsBusy プロパティ

定義

ページビジー状態を取得または設定します。 これにより、プラットフォーム固有のグローバル アクティビティ インジケーターでビジー状態が表示されます。 これはバインド可能なプロパティです。

public:
 property bool IsBusy { bool get(); void set(bool value); };
public bool IsBusy { get; set; }
member this.IsBusy : bool with get, set
Public Property IsBusy As Boolean

プロパティ値

注釈

一度にtrue複数のページに設定IsBusyすると、すべてがに設定falseされるまでグローバルアクティビティインジケータが実行されます. ページをクリーンする前にフラグのIsBusy設定を解除するのは開発者の責任です。

適用対象