ShellNavigationState.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- value
- System.String
Returns
Applies to
Implicit(Uri to ShellNavigationState)
public static implicit operator Xamarin.Forms.ShellNavigationState (Uri uri);
static member op_Implicit : Uri -> Xamarin.Forms.ShellNavigationState
Parameters
- uri
- System.Uri