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

パラメーター

戻り値

適用対象