NavigationProxy.PopAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
PopAsync() |
供 Xamarin.Forms 平台内部使用。 |
PopAsync(Boolean) |
供 Xamarin.Forms 平台内部使用。 |
PopAsync()
供 Xamarin.Forms 平台内部使用。
public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync ();
abstract member PopAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
返回
System.Threading.Tasks.Task<Page>
供 Xamarin.Forms 平台内部使用。
实现
适用于
PopAsync(Boolean)
供 Xamarin.Forms 平台内部使用。
public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync (bool animated);
abstract member PopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
参数
- animated
- System.Boolean
供 Xamarin.Forms 平台内部使用。
返回
System.Threading.Tasks.Task<Page>
供 Xamarin.Forms 平台内部使用。