次の方法で共有


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

適用対象