ShellNavigationState.Implicit 运算符

定义

重载

Implicit(String to ShellNavigationState)
Implicit(Uri to ShellNavigationState)

Implicit(String to ShellNavigationState)

public static implicit operator Xamarin.Forms.ShellNavigationState (string value);
static member op_Implicit : string -> Xamarin.Forms.ShellNavigationState

参数

value
System.String

返回

适用于

Implicit(Uri to ShellNavigationState)

public static implicit operator Xamarin.Forms.ShellNavigationState (Uri uri);
static member op_Implicit : Uri -> Xamarin.Forms.ShellNavigationState

参数

uri
System.Uri

返回

适用于