INavigationPageController.PopAsyncInner(Boolean, Boolean) 方法

定义

供平台呈现器内部使用。

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsyncInner(bool animated, bool fast = false);
abstract member PopAsyncInner : bool * bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

参数

animated
System.Boolean

供 Xamarin.Forms 平台内部使用。

fast
System.Boolean

供 Xamarin.Forms 平台内部使用。

返回

System.Threading.Tasks.Task<Page>

适用于