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

參數

傳回

適用於