ShellItem.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(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
- page
- TemplatedPage