ShellItem.Implicit 运算符

定义

重载

Implicit(MenuItem to ShellItem)

主要供 XAML 从 ShellSection 隐式创建 MenuItem

Implicit(ShellContent to ShellItem)

主要供 XAML 从 ShellContent 隐式创建 ShellItem

Implicit(ShellSection to ShellItem)

主要供 XAML 从 ShellSection 隐式创建 ShellItem

Implicit(TemplatedPage to ShellItem)

主要供 XAML 从 TemplatedPage 隐式创建 ShellItem

Implicit(MenuItem to ShellItem)

主要供 XAML 从 ShellSection 隐式创建 MenuItem

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

参数

menuItem
MenuItem

返回

适用于

Implicit(ShellContent to ShellItem)

主要供 XAML 从 ShellContent 隐式创建 ShellItem

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

参数

shellContent
ShellContent

返回

适用于

Implicit(ShellSection to ShellItem)

主要供 XAML 从 ShellSection 隐式创建 ShellItem

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

参数

shellSection
ShellSection

返回

适用于

Implicit(TemplatedPage to ShellItem)

主要供 XAML 从 TemplatedPage 隐式创建 ShellItem

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

参数

返回

适用于