NavigationProxy.PopModalAsync 方法

定义

重载

PopModalAsync()

供 Xamarin.Forms 平台内部使用。

PopModalAsync(Boolean)

供 Xamarin.Forms 平台内部使用。

PopModalAsync()

供 Xamarin.Forms 平台内部使用。

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopModalAsync();
abstract member PopModalAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopModalAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

返回

System.Threading.Tasks.Task<Page>

供 Xamarin.Forms 平台内部使用。

实现

适用于

PopModalAsync(Boolean)

供 Xamarin.Forms 平台内部使用。

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopModalAsync(bool animated);
abstract member PopModalAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopModalAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

参数

animated
System.Boolean

供 Xamarin.Forms 平台内部使用。

返回

System.Threading.Tasks.Task<Page>

供 Xamarin.Forms 平台内部使用。

实现

适用于