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