NavigationProxy.PushModalAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| PushModalAsync(Page) |
アニメーションを使用してページをモーダルに表示します。 |
| PushModalAsync(Page, Boolean) |
ページをモーダルで表示します。 |
PushModalAsync(Page)
アニメーションを使用してページをモーダルに表示します。
public:
virtual System::Threading::Tasks::Task ^ PushModalAsync(Microsoft::Maui::Controls::Page ^ modal);
public System.Threading.Tasks.Task PushModalAsync(Microsoft.Maui.Controls.Page modal);
abstract member PushModalAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
override this.PushModalAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
Public Function PushModalAsync (modal As Page) As Task
パラメーター
- modal
- Page
モーダルに表示するページ。
返品
操作を表すタスク。
実装
適用対象
PushModalAsync(Page, Boolean)
ページをモーダルで表示します。
public:
virtual System::Threading::Tasks::Task ^ PushModalAsync(Microsoft::Maui::Controls::Page ^ modal, bool animated);
public System.Threading.Tasks.Task PushModalAsync(Microsoft.Maui.Controls.Page modal, bool animated);
abstract member PushModalAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
override this.PushModalAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
Public Function PushModalAsync (modal As Page, animated As Boolean) As Task
パラメーター
- modal
- Page
モーダルに表示するページ。
- animated
- Boolean
切り替えをアニメーション化するかどうかを指定します。
返品
操作を表すタスク。