INavigationPageController.RemoveAsyncInner(Page, Boolean, Boolean) 方法

定义

供平台呈现器内部使用。

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

参数

page
Page

供平台呈现器内部使用。

animated
System.Boolean

供平台呈现器内部使用。

fast
System.Boolean

供平台呈现器内部使用。

返回

System.Threading.Tasks.Task<Page>

适用于