NavigationPage.PopAsyncInner(Boolean, Boolean) 方法

定义

供 Xamarin.Forms 平台内部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsyncInner(bool animated, bool fast);
abstract member PopAsyncInner : bool * bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsyncInner : bool * bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

参数

animated
System.Boolean
fast
System.Boolean

返回

System.Threading.Tasks.Task<Page>

实现

属性
System.ComponentModel.EditorBrowsableAttribute

适用于