ShellItem.Implicit Operator

Definition

Overloads

Implicit(MenuItem to ShellItem)

Used primarily by XAML to implicitly create a MenuItem from a ShellSection .

Implicit(ShellContent to ShellItem)

Used primarily by XAML to implicitly create a ShellItem from a ShellContent .

Implicit(ShellSection to ShellItem)

Used primarily by XAML to implicitly create a ShellItem from a ShellSection .

Implicit(TemplatedPage to ShellItem)

Used primarily by XAML to implicitly create a ShellItem from a TemplatedPage .

Implicit(MenuItem to ShellItem)

Used primarily by XAML to implicitly create a MenuItem from a ShellSection .

public static implicit operator Xamarin.Forms.ShellItem (Xamarin.Forms.MenuItem menuItem);
static member op_Implicit : Xamarin.Forms.MenuItem -> Xamarin.Forms.ShellItem

Parameters

menuItem
MenuItem

Returns

Applies to

Implicit(ShellContent to ShellItem)

Used primarily by XAML to implicitly create a ShellItem from a ShellContent .

public static implicit operator Xamarin.Forms.ShellItem (Xamarin.Forms.ShellContent shellContent);
static member op_Implicit : Xamarin.Forms.ShellContent -> Xamarin.Forms.ShellItem

Parameters

shellContent
ShellContent

Returns

Applies to

Implicit(ShellSection to ShellItem)

Used primarily by XAML to implicitly create a ShellItem from a ShellSection .

public static implicit operator Xamarin.Forms.ShellItem (Xamarin.Forms.ShellSection shellSection);
static member op_Implicit : Xamarin.Forms.ShellSection -> Xamarin.Forms.ShellItem

Parameters

shellSection
ShellSection

Returns

Applies to

Implicit(TemplatedPage to ShellItem)

Used primarily by XAML to implicitly create a ShellItem from a TemplatedPage .

public static implicit operator Xamarin.Forms.ShellItem (Xamarin.Forms.TemplatedPage page);
static member op_Implicit : Xamarin.Forms.TemplatedPage -> Xamarin.Forms.ShellItem

Parameters

Returns

Applies to